summary refs log tree commit diff
diff options
context:
space:
mode:
authorKosyrev Serge <_deepfire@feelingofgreen.ru>2016-05-02 18:58:39 +0300
committerKosyrev Serge <_deepfire@feelingofgreen.ru>2016-05-04 13:31:28 +0300
commit0438192122d115244504bc489dc96c9f33b223b7 (patch)
treeac73b779de435187594e23c183cbf9e2f0a0e216
parent2e7200201270ca50bef007e151d07780a71ccdec (diff)
downloadnixpkgs-0438192122d115244504bc489dc96c9f33b223b7.tar
nixpkgs-0438192122d115244504bc489dc96c9f33b223b7.tar.gz
nixpkgs-0438192122d115244504bc489dc96c9f33b223b7.tar.bz2
nixpkgs-0438192122d115244504bc489dc96c9f33b223b7.tar.lz
nixpkgs-0438192122d115244504bc489dc96c9f33b223b7.tar.xz
nixpkgs-0438192122d115244504bc489dc96c9f33b223b7.tar.zst
nixpkgs-0438192122d115244504bc489dc96c9f33b223b7.zip
ghc8 | config: turtle: jailbreak
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix1
1 files changed, 1 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 345808f5aee..f5ca9626be6 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
@@ -151,4 +151,5 @@ self: super: {
 
   trifecta       = doJailbreak super.trifecta;
 
+  turtle         = doJailbreak super.turtle;
 }