summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorKosyrev Serge <_deepfire@feelingofgreen.ru>2016-05-02 18:45:53 +0300
committerKosyrev Serge <_deepfire@feelingofgreen.ru>2016-05-04 13:28:26 +0300
commit1c88b276c3f2c319e548a91959c645d66230b612 (patch)
tree1c4cba21991f183a065c5b147c412d80d7b07840 /pkgs
parent007ea84222f31ee96202ad96d68446ce2795e387 (diff)
downloadnixpkgs-1c88b276c3f2c319e548a91959c645d66230b612.tar
nixpkgs-1c88b276c3f2c319e548a91959c645d66230b612.tar.gz
nixpkgs-1c88b276c3f2c319e548a91959c645d66230b612.tar.bz2
nixpkgs-1c88b276c3f2c319e548a91959c645d66230b612.tar.lz
nixpkgs-1c88b276c3f2c319e548a91959c645d66230b612.tar.xz
nixpkgs-1c88b276c3f2c319e548a91959c645d66230b612.tar.zst
nixpkgs-1c88b276c3f2c319e548a91959c645d66230b612.zip
ghc8 | config: active: jailbreak
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
index 3611b19db1b..5becbb2beec 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
@@ -74,4 +74,6 @@ self: super: {
   # https://github.com/haskell-suite/haskell-src-exts/issues/302
   haskell-src-exts = dontCheck super.haskell-src-exts;
 
+  active         = doJailbreak super.active;
+
 }