about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-04-13 10:01:08 +0200
committerPeter Simons <simons@cryp.to>2016-04-14 09:17:55 +0200
commit70f396fa48da896e90fcfaeaba335c6621bfbb72 (patch)
treeab212325e74bc21cacc67e2bec7adb6e7867abe1 /pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
parent2be16386b5e90a18e4ef014ed0cca8dacb85f2d6 (diff)
downloadnixlib-70f396fa48da896e90fcfaeaba335c6621bfbb72.tar
nixlib-70f396fa48da896e90fcfaeaba335c6621bfbb72.tar.gz
nixlib-70f396fa48da896e90fcfaeaba335c6621bfbb72.tar.bz2
nixlib-70f396fa48da896e90fcfaeaba335c6621bfbb72.tar.lz
nixlib-70f396fa48da896e90fcfaeaba335c6621bfbb72.tar.xz
nixlib-70f396fa48da896e90fcfaeaba335c6621bfbb72.tar.zst
nixlib-70f396fa48da896e90fcfaeaba335c6621bfbb72.zip
haskell-generic-deriving: build fails Haddock phase with GHC 8.0.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
index 2c5b00625f89..381d7a6d133e 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
@@ -71,4 +71,7 @@ self: super: {
   # Earlier versions don't support kan-extensions 5.x.
   lens = self.lens_4_13_2_1;
 
+  # https://github.com/dreixel/generic-deriving/issues/37
+  generic-deriving = dontHaddock super.generic-deriving;
+
 }