summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-09-07 17:11:33 +0200
committerPeter Simons <simons@cryp.to>2017-09-07 17:42:25 +0200
commit9903f4e2edb1015ccd9d0f95f3abb2309b32fe76 (patch)
tree87f1feac9d6256b54478ccb4b4fd7c5ed566f815 /pkgs
parent0898cd25213b9396fedec69711f81f8002477888 (diff)
downloadnixlib-9903f4e2edb1015ccd9d0f95f3abb2309b32fe76.tar
nixlib-9903f4e2edb1015ccd9d0f95f3abb2309b32fe76.tar.gz
nixlib-9903f4e2edb1015ccd9d0f95f3abb2309b32fe76.tar.bz2
nixlib-9903f4e2edb1015ccd9d0f95f3abb2309b32fe76.tar.lz
nixlib-9903f4e2edb1015ccd9d0f95f3abb2309b32fe76.tar.xz
nixlib-9903f4e2edb1015ccd9d0f95f3abb2309b32fe76.tar.zst
nixlib-9903f4e2edb1015ccd9d0f95f3abb2309b32fe76.zip
haskell-binary-orphans: use latest version when compiling with ghc-8.2.x
Diffstat (limited to 'pkgs')
-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 8b261112ad0e..4153e96e74af 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
@@ -88,5 +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.*
 
 }