From 232d843c8af94d10e77a5df3c19a7c103ebf46cd Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 13 Apr 2016 10:31:46 +0200 Subject: [PATCH] haskell-src-exts: test suite fails when building 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 381d7a6d133e..5550016b9b5c 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix @@ -74,4 +74,7 @@ self: super: { # https://github.com/dreixel/generic-deriving/issues/37 generic-deriving = dontHaddock super.generic-deriving; + # https://github.com/haskell-suite/haskell-src-exts/issues/302 + haskell-src-exts = dontCheck super.haskell-src-exts; + }