From f65fed20deea43096528f87cc94ef6943adc0b37 Mon Sep 17 00:00:00 2001 From: Charles Strahan Date: Wed, 15 Apr 2015 17:02:21 -0400 Subject: [PATCH] hakyll: remove patches for GHC 7.10.x --- .../haskell-modules/configuration-ghc-7.10.x.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix index fb7a75851c87..8652b0108596 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -134,17 +134,6 @@ self: super: { ''; }); - # see: https://github.com/jaspervdj/hakyll/issues/343 - hakyll = overrideCabal super.hakyll (drv: { - buildDepends = drv.buildDepends ++ [ self.time-locale-compat ]; - patches = [ - (pkgs.fetchpatch { - url = "https://github.com/jaspervdj/hakyll/pull/344.patch"; - sha256 = "130c0icw3cj209p219siaq0n8avmm0fpmph0iyjgx67w62sffrli"; - }) - ]; - }); - # ekmett/linear#74 linear = overrideCabal super.linear (drv: { prePatch = "sed -i 's/-Werror//g' linear.cabal";