summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-10-12 16:47:55 +0200
committerPeter Simons <simons@cryp.to>2016-10-12 16:52:41 +0200
commit5925d14525c182b5ab12fd6671ab163eb4bd068f (patch)
treebd1d1abad0410d59d27a5be8bea35a3cf81717bf /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent7c1d952a5631a19e5dcee2fcea72fe30b10381af (diff)
downloadnixlib-5925d14525c182b5ab12fd6671ab163eb4bd068f.tar
nixlib-5925d14525c182b5ab12fd6671ab163eb4bd068f.tar.gz
nixlib-5925d14525c182b5ab12fd6671ab163eb4bd068f.tar.bz2
nixlib-5925d14525c182b5ab12fd6671ab163eb4bd068f.tar.lz
nixlib-5925d14525c182b5ab12fd6671ab163eb4bd068f.tar.xz
nixlib-5925d14525c182b5ab12fd6671ab163eb4bd068f.tar.zst
nixlib-5925d14525c182b5ab12fd6671ab163eb4bd068f.zip
haddock-library: fix build with GHC 7.10.x
Required by GHCJS.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index 00f6f3770d5f..c06e0f7d11b1 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -168,6 +168,7 @@ self: super: {
 
   # haddock-api >= 2.17 is GHC 8.0 only
   haddock-api = self.haddock-api_2_16_1;
+  haddock-library = self.haddock-library_1_2_1;
 
   # lens-family-th >= 0.5.0.0 is GHC 8.0 only
   lens-family-th = self.lens-family-th_0_4_1_0;