summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorJoel Taylor <me@joelt.io>2015-02-22 20:51:22 -0800
committerJoel Taylor <me@joelt.io>2015-02-22 20:51:22 -0800
commit1a255fed58e00e0f9eb8fd6219e5be47f6bc8810 (patch)
tree611b357214bcacf73819c88f9915d54b54faa6b9 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent8bfa1a2efcd58ef002e44266a105e07324fc9686 (diff)
downloadnixpkgs-1a255fed58e00e0f9eb8fd6219e5be47f6bc8810.tar
nixpkgs-1a255fed58e00e0f9eb8fd6219e5be47f6bc8810.tar.gz
nixpkgs-1a255fed58e00e0f9eb8fd6219e5be47f6bc8810.tar.bz2
nixpkgs-1a255fed58e00e0f9eb8fd6219e5be47f6bc8810.tar.lz
nixpkgs-1a255fed58e00e0f9eb8fd6219e5be47f6bc8810.tar.xz
nixpkgs-1a255fed58e00e0f9eb8fd6219e5be47f6bc8810.tar.zst
nixpkgs-1a255fed58e00e0f9eb8fd6219e5be47f6bc8810.zip
more patches
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix5
1 files changed, 1 insertions, 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 b1d16832fb0..2a038a43877 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";