summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-09-06 19:52:22 +0200
committerPeter Simons <simons@cryp.to>2017-09-07 17:41:27 +0200
commite1c5e81b9074d76f85bb9111f792cb95da82dbdd (patch)
treeb74bb1e44c324307ae8ad67f2e8d88f9e9e15c01 /pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
parentdc8b228a89d62ba5754b35b816d376d3e4c0b3d9 (diff)
downloadnixlib-e1c5e81b9074d76f85bb9111f792cb95da82dbdd.tar
nixlib-e1c5e81b9074d76f85bb9111f792cb95da82dbdd.tar.gz
nixlib-e1c5e81b9074d76f85bb9111f792cb95da82dbdd.tar.bz2
nixlib-e1c5e81b9074d76f85bb9111f792cb95da82dbdd.tar.lz
nixlib-e1c5e81b9074d76f85bb9111f792cb95da82dbdd.tar.xz
nixlib-e1c5e81b9074d76f85bb9111f792cb95da82dbdd.tar.zst
nixlib-e1c5e81b9074d76f85bb9111f792cb95da82dbdd.zip
haskell-aeson-compat: use latest version when building with ghc 8.2.x
Also, disable test suite to avoid depending on QuickCheck 2.10.*.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix1
1 files changed, 1 insertions, 0 deletions
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.*
 
 }