summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-05-11 09:09:09 +0000
committerPeter Simons <simons@cryp.to>2019-05-12 09:54:32 +0200
commit553a1eec6f774c05723dfa2dbffc4a7bbda3b63c (patch)
tree5f89ca9dfbee162ba7f224bf1b336e607f548947 /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parent5d61a76ba956fdb2c0d228e733c42a344dac974b (diff)
downloadnixpkgs-553a1eec6f774c05723dfa2dbffc4a7bbda3b63c.tar
nixpkgs-553a1eec6f774c05723dfa2dbffc4a7bbda3b63c.tar.gz
nixpkgs-553a1eec6f774c05723dfa2dbffc4a7bbda3b63c.tar.bz2
nixpkgs-553a1eec6f774c05723dfa2dbffc4a7bbda3b63c.tar.lz
nixpkgs-553a1eec6f774c05723dfa2dbffc4a7bbda3b63c.tar.xz
nixpkgs-553a1eec6f774c05723dfa2dbffc4a7bbda3b63c.tar.zst
nixpkgs-553a1eec6f774c05723dfa2dbffc4a7bbda3b63c.zip
haskell-parallel: jailbreak to fix the build with ghc-8.8.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index 661d43afe38..112c08451ac 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -54,6 +54,7 @@ self: super: {
   hashable-time = doJailbreak super.hashable-time;
   integer-logarithms = doJailbreak super.integer-logarithms;
   lucid = doJailbreak super.lucid;
+  parallel = doJailbreak super.parallel;
   quickcheck-instances = doJailbreak super.quickcheck-instances;
   split = doJailbreak super.split;
   tasty-expected-failure = doJailbreak super.tasty-expected-failure;