summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-09-14 09:37:52 +0200
committerPeter Simons <simons@cryp.to>2017-09-14 15:25:46 +0200
commit88630c94ae94c2b3674a402342c52e6131b14824 (patch)
tree32bb8f5dd9aa8f4af2b29e9faa250ddffec0e99c /pkgs/development
parentc59c53bf395dedcd4e1a53b46156f67bfe6cb3e0 (diff)
downloadnixlib-88630c94ae94c2b3674a402342c52e6131b14824.tar
nixlib-88630c94ae94c2b3674a402342c52e6131b14824.tar.gz
nixlib-88630c94ae94c2b3674a402342c52e6131b14824.tar.bz2
nixlib-88630c94ae94c2b3674a402342c52e6131b14824.tar.lz
nixlib-88630c94ae94c2b3674a402342c52e6131b14824.tar.xz
nixlib-88630c94ae94c2b3674a402342c52e6131b14824.tar.zst
nixlib-88630c94ae94c2b3674a402342c52e6131b14824.zip
haskell: fix evaluation error in configuration-ghc-8.2.x.nix
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix2
1 files changed, 1 insertions, 1 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 4153e96e74af..39b2ff9d67c3 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
@@ -88,6 +88,6 @@ self: super: {
   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.*
-  binary-orphans = dontCheck super.binary-orphans_0_1_7_0; # test suite needs QuickCheck 2.10.*
+  binary-orphans = dontCheck super.binary-orphans_0_1_8_0; # test suite needs QuickCheck 2.10.*
 
 }