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-07-07 12:07:15 +0200
committerPeter Simons <simons@cryp.to>2017-07-13 08:44:17 +0200
commitf980dbec97ddb8e518f3342ab0896ecda311c39f (patch)
tree27e1a47738c1e36b571a41301ac0655c8cb0bf65 /pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
parente59c532c2399a62391211275790c8a420bc07f05 (diff)
downloadnixpkgs-f980dbec97ddb8e518f3342ab0896ecda311c39f.tar
nixpkgs-f980dbec97ddb8e518f3342ab0896ecda311c39f.tar.gz
nixpkgs-f980dbec97ddb8e518f3342ab0896ecda311c39f.tar.bz2
nixpkgs-f980dbec97ddb8e518f3342ab0896ecda311c39f.tar.lz
nixpkgs-f980dbec97ddb8e518f3342ab0896ecda311c39f.tar.xz
nixpkgs-f980dbec97ddb8e518f3342ab0896ecda311c39f.tar.zst
nixpkgs-f980dbec97ddb8e518f3342ab0896ecda311c39f.zip
haskell-ChasingBottoms: jailbreak to fix build with ghc-8.2.x
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 2297fda171f..5794f05ebcc 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: {
 
   # Work around overly restrictive constraints on the version of 'base'.
   doctest = doJailbreak super.doctest;
+  ChasingBottoms = doJailbreak super.ChasingBottoms;
 
 }