summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-10-12 16:35:00 +0200
committerPeter Simons <simons@cryp.to>2016-10-12 16:51:47 +0200
commitc69f058ee2fa822f3708c5f68e6693074ccaf9c9 (patch)
treee9f2b9bf5b7a9a87d25c16a18d627644020a0140 /pkgs/development/haskell-modules/configuration-hackage2nix.yaml
parent71e4613e78585f56b34158c8a20a61fb8479af8c (diff)
downloadnixlib-c69f058ee2fa822f3708c5f68e6693074ccaf9c9.tar
nixlib-c69f058ee2fa822f3708c5f68e6693074ccaf9c9.tar.gz
nixlib-c69f058ee2fa822f3708c5f68e6693074ccaf9c9.tar.bz2
nixlib-c69f058ee2fa822f3708c5f68e6693074ccaf9c9.tar.lz
nixlib-c69f058ee2fa822f3708c5f68e6693074ccaf9c9.tar.xz
nixlib-c69f058ee2fa822f3708c5f68e6693074ccaf9c9.tar.zst
nixlib-c69f058ee2fa822f3708c5f68e6693074ccaf9c9.zip
configuration-hackage2nix.yaml: add old version of haddock-library
This is required by haddock-api 2.16.x.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-hackage2nix.yaml')
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
index 3ddd017b14f5..7b1981efff14 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -2011,6 +2011,7 @@ extra-packages:
   - haddock < 2.17                      # required on GHC 7.10.x
   - haddock-api == 2.15.*               # required on GHC 7.8.x
   - haddock-api == 2.16.*               # required on GHC 7.10.x
+  - haddock-library == 1.2.*            # required for haddock-api-2.16.x
   - hoogle < 5                          # required by current implementation of ghcWithHoogle
   - mtl < 2.2                           # newer versions require transformers > 0.4.x, which we cannot provide in GHC 7.8.x
   - mtl-prelude < 2                     # required for to build postgrest on mtl 2.1.x platforms