summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-19 11:02:50 +0200
committerPeter Simons <simons@cryp.to>2018-10-19 14:44:22 +0200
commitf96a244034842ea8ec7b3d89bc91e0ecbd46bf1a (patch)
treeb32fbbd57e0ab9da63fc15f99bdbb27a91861870 /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parent2745a36f2c4b3469fdb04ed91ebcdd5f02b28922 (diff)
downloadnixpkgs-f96a244034842ea8ec7b3d89bc91e0ecbd46bf1a.tar
nixpkgs-f96a244034842ea8ec7b3d89bc91e0ecbd46bf1a.tar.gz
nixpkgs-f96a244034842ea8ec7b3d89bc91e0ecbd46bf1a.tar.bz2
nixpkgs-f96a244034842ea8ec7b3d89bc91e0ecbd46bf1a.tar.lz
nixpkgs-f96a244034842ea8ec7b3d89bc91e0ecbd46bf1a.tar.xz
nixpkgs-f96a244034842ea8ec7b3d89bc91e0ecbd46bf1a.tar.zst
nixpkgs-f96a244034842ea8ec7b3d89bc91e0ecbd46bf1a.zip
haskell-data-clist: jailbreak to fix build with ghc-8.6.1
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
index 6936a5da2f0..c51c076fdc7 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -76,6 +76,7 @@ self: super: {
 
   # Test suite does not compile.
   cereal = dontCheck super.cereal;
+  data-clist = doJailbreak super.data-clist;  # won't cope with QuickCheck 2.12.x
   Diff = dontCheck super.Diff;
   http-api-data = doJailbreak super.http-api-data;
   persistent-sqlite = dontCheck super.persistent-sqlite;