From 1a255fed58e00e0f9eb8fd6219e5be47f6bc8810 Mon Sep 17 00:00:00 2001 From: Joel Taylor Date: Sun, 22 Feb 2015 20:51:22 -0800 Subject: [PATCH] more patches --- .../development/haskell-modules/configuration-ghc-7.10.x.nix | 5 +---- 1 file changed, 1 insertion(+), 4 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 b1d16832fb08..2a038a438776 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -39,6 +39,7 @@ self: super: { # haddock: No input file(s). nats = dontHaddock super.nats; + bytestring-builder = dontHaddock super.bytestring-builder; # These used to be core packages in GHC 7.8.x. old-locale = self.old-locale_1_0_0_7; @@ -100,10 +101,6 @@ self: super: { url = "https://github.com/Gabriel439/Haskell-Foldl-Library/pull/30.patch"; sha256 = "15lfh54vhdp36197dp4xpb2mr3g49gz2xzl31cjir1fmcvjsbgjl"; }); - shakespeare = appendPatch super.shakespeare (pkgs.fetchpatch { - url = "https://github.com/yesodweb/shakespeare/pull/151.patch"; - sha256 = "1lb8x89jmvmd73rxkw68a3arbp5nyjiz28i78sz8idh7vcisxb7l"; - }); persistent-template = appendPatch super.persistent-template (pkgs.fetchpatch { url = "https://github.com/yesodweb/persistent/commit/4d34960bc421ec0aa353d69fbb3eb0c73585db97.patch"; sha256 = "1gphl0v87y2fjwkwp6j0bnksd0d9dr4pis6aw97rij477bm5mrvw";