From 70f396fa48da896e90fcfaeaba335c6621bfbb72 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 13 Apr 2016 10:01:08 +0200 Subject: [PATCH] haskell-generic-deriving: build fails Haddock phase with GHC 8.0.x --- pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix | 3 +++ 1 file changed, 3 insertions(+) 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 2c5b00625f8..381d7a6d133 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; + }