From e1c5e81b9074d76f85bb9111f792cb95da82dbdd Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 6 Sep 2017 19:52:22 +0200 Subject: haskell-aeson-compat: use latest version when building with ghc 8.2.x Also, disable test suite to avoid depending on QuickCheck 2.10.*. --- pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix') diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix index fc0c34f03971..ddc32b74ec62 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix @@ -67,5 +67,6 @@ self: super: { path = dontCheck super.path; path-io = super.path-io_1_3_3; trifecta = super.trifecta_1_7_1_1; + aeson-compat = dontCheck super.aeson-compat_0_3_7_1; # test suite needs QuickCheck 2.10.* } -- cgit 1.4.1