From 3cc9445e56fa5252db54c88c6b4ab96723255889 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 20 Feb 2018 17:10:12 +0100 Subject: [PATCH] haskell-test-framework-quickcheck2: jailbreak to support ghc-8.4.x --- pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix index 5fa7c0ce108c..663f1b686399 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -53,6 +53,9 @@ self: super: { # https://github.com/pcapriotti/optparse-applicative/issues/288 optparse-applicative = dontCheck super.optparse-applicative; + # https://github.com/haskell/test-framework/issues/35 + test-framework-quickcheck2 = doJailbreak super.test-framework-quickcheck2; + # GHC 8.4.x needs newer versions than LTS-10.x offers by default. ## haddock: panic! (the 'impossible' happened) ## (GHC version 8.4.20180122 for x86_64-unknown-linux):