From a2338472fbab3af17842ccde36ab0b055ce40ec8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 4 Jul 2018 18:33:57 +0200 Subject: [PATCH] Drop obsolete ghc-8.4.x overrides for arrows, flexible-defaults, and lambdabot-core. --- .../haskell-modules/configuration-ghc-8.4.x.nix | 14 -------------- 1 file changed, 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 . - 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 . - 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; - }