about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorJude Taylor <me@jude.bio>2015-07-20 20:03:42 -0700
committerJude Taylor <me@jude.bio>2015-07-20 20:03:51 -0700
commit055ad0e4e967897e8c531c84a8ff8ec0b3ca6185 (patch)
treec6f786f17fd8ecbd5c6ea46cda2f7ee9b80ad15d /pkgs/development
parent05c0fc15c03f1ae0580ee1cbcf7ff6261d32868c (diff)
downloadnixlib-055ad0e4e967897e8c531c84a8ff8ec0b3ca6185.tar
nixlib-055ad0e4e967897e8c531c84a8ff8ec0b3ca6185.tar.gz
nixlib-055ad0e4e967897e8c531c84a8ff8ec0b3ca6185.tar.bz2
nixlib-055ad0e4e967897e8c531c84a8ff8ec0b3ca6185.tar.lz
nixlib-055ad0e4e967897e8c531c84a8ff8ec0b3ca6185.tar.xz
nixlib-055ad0e4e967897e8c531c84a8ff8ec0b3ca6185.tar.zst
nixlib-055ad0e4e967897e8c531c84a8ff8ec0b3ca6185.zip
remove obsolete patch application from haskell HEAD packages
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-head.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-head.nix b/pkgs/development/haskell-modules/configuration-ghc-head.nix
index 37cb69160b06..0eff5705805c 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-head.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-head.nix
@@ -53,16 +53,6 @@ self: super: {
   # https://github.com/haskell-suite/haskell-src-exts/issues/224
   haskell-src-exts = dontCheck super.haskell-src-exts;
 
-  mono-traversable = appendPatch super.mono-traversable (pkgs.fetchpatch {
-    url = "https://github.com/snoyberg/mono-traversable/pull/77.patch";
-    sha256 = "1qrvrh3cqfkymi5yb9y9z88rq4n7ag0ac2k00mcnqh4dz1vh4fg1";
-  });
-  yesod-auth = appendPatch super.yesod-auth (pkgs.fetchpatch {
-    url = "https://github.com/yesodweb/yesod/pull/1006.patch";
-    sha256 = "0l6wjj8cfz6jy6j92kywsccafyffhlm5240q82bzirb278adqvar";
-    stripLen = 1;
-  });
-
   # Setup: At least the following dependencies are missing: base <4.8
   hspec-expectations = overrideCabal super.hspec-expectations (drv: {
     patchPhase = "sed -i -e 's|base < 4.8|base|' hspec-expectations.cabal";