summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-07-04 18:33:57 +0200
committerPeter Simons <simons@cryp.to>2018-07-04 19:14:18 +0200
commita2338472fbab3af17842ccde36ab0b055ce40ec8 (patch)
tree1307ab774d66a7256b38f736242ff92bfa06fa43 /pkgs/development/haskell-modules
parent1d587c2e66f44e84fd203ea5c7631b6ab2e37496 (diff)
downloadnixlib-a2338472fbab3af17842ccde36ab0b055ce40ec8.tar
nixlib-a2338472fbab3af17842ccde36ab0b055ce40ec8.tar.gz
nixlib-a2338472fbab3af17842ccde36ab0b055ce40ec8.tar.bz2
nixlib-a2338472fbab3af17842ccde36ab0b055ce40ec8.tar.lz
nixlib-a2338472fbab3af17842ccde36ab0b055ce40ec8.tar.xz
nixlib-a2338472fbab3af17842ccde36ab0b055ce40ec8.tar.zst
nixlib-a2338472fbab3af17842ccde36ab0b055ce40ec8.zip
Drop obsolete ghc-8.4.x overrides for arrows, flexible-defaults, and lambdabot-core.
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
index 812c0cf55ac1..b9e8a2bb4725 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -416,18 +416,4 @@ self: super: {
   # https://github.com/xmonad/xmonad-contrib/issues/235
   xmonad-contrib = doJailbreak (appendPatch super.xmonad-contrib ./patches/xmonad-contrib-ghc-8.4.1-fix.patch);
 
-  # Contributed by Bertram Felgenhauer <int-e@gmx.de>.
-  arrows = appendPatch super.arrows (pkgs.fetchpatch {
-    url = https://raw.githubusercontent.com/lambdabot/lambdabot/ghc-8.4.1/patches/arrows-0.4.4.1.patch;
-    sha256 = "0j859vclcfnz8n2mw466mv00kjsa9gdbrppjc1m3b68jbypdmfvr";
-  });
-
-  # Contributed by Bertram Felgenhauer <int-e@gmx.de>.
-  flexible-defaults = appendPatch super.flexible-defaults (pkgs.fetchpatch {
-    url = https://raw.githubusercontent.com/lambdabot/lambdabot/ghc-8.4.1/patches/flexible-defaults-0.0.1.2.patch;
-    sha256 = "1bpsqq80h6nxm04wddgcgyzn0fjfsmhccmqb211jqswv5209znx8";
-  });
-
-  lambdabot-core = appendPatch super.lambdabot-core ./patches/lambdabot-core-ghc-8.4.x-fix.patch;
-
 }