summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorKosyrev Serge <_deepfire@feelingofgreen.ru>2016-05-02 18:46:52 +0300
committerKosyrev Serge <_deepfire@feelingofgreen.ru>2016-05-04 13:28:26 +0300
commit82b4224835901b8a4801cd51c9eef6974328e626 (patch)
tree43acbbf8d337b68784471219fa92814b93c10cf9 /pkgs/development/haskell-modules
parent4d2b957b8b5618375f03ecff3026183cd2ac3433 (diff)
downloadnixpkgs-82b4224835901b8a4801cd51c9eef6974328e626.tar
nixpkgs-82b4224835901b8a4801cd51c9eef6974328e626.tar.gz
nixpkgs-82b4224835901b8a4801cd51c9eef6974328e626.tar.bz2
nixpkgs-82b4224835901b8a4801cd51c9eef6974328e626.tar.lz
nixpkgs-82b4224835901b8a4801cd51c9eef6974328e626.tar.xz
nixpkgs-82b4224835901b8a4801cd51c9eef6974328e626.tar.zst
nixpkgs-82b4224835901b8a4801cd51c9eef6974328e626.zip
ghc8 | config: foldl: jailbreak
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 8b0e66e5b79..298d748da97 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
@@ -82,4 +82,6 @@ self: super: {
 
   diagrams-lib   = doJailbreak super.diagrams-lib;
 
+  foldl          = doJailbreak super.foldl;
+
 }