summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-06-12 03:22:50 +0300
committerNikolay Amiantov <ab@fmap.me>2015-06-12 03:42:29 +0300
commit6cc817cf516159efa48f5322bfb1bf258ae01501 (patch)
tree70dc597ac29b4718691ecc870437efb1e4067682 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent21569371662a891b0837257508a3cf1c7cc1dd66 (diff)
downloadnixpkgs-6cc817cf516159efa48f5322bfb1bf258ae01501.tar
nixpkgs-6cc817cf516159efa48f5322bfb1bf258ae01501.tar.gz
nixpkgs-6cc817cf516159efa48f5322bfb1bf258ae01501.tar.bz2
nixpkgs-6cc817cf516159efa48f5322bfb1bf258ae01501.tar.lz
nixpkgs-6cc817cf516159efa48f5322bfb1bf258ae01501.tar.xz
nixpkgs-6cc817cf516159efa48f5322bfb1bf258ae01501.tar.zst
nixpkgs-6cc817cf516159efa48f5322bfb1bf258ae01501.zip
mueval: add patch until release is pushed to Hackage
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, 0 insertions, 5 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 335b133f555..28c74f61925 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -116,11 +116,6 @@ self: super: {
   # https://github.com/kazu-yamamoto/unix-time/issues/30
   unix-time = dontCheck super.unix-time;
 
-  # Until the changes have been pushed to Hackage
-  mueval = appendPatch super.mueval (pkgs.fetchpatch {
-    url = "https://github.com/gwern/mueval/commit/c41aa40ed63b74c069d1e4e3caa8c8d890cde960.patch";
-    sha256 = "0h1lx4z15imq009k0qmwkn5l3hmigw463ahvwffdnszi2n618kpg";
-  });
   present = appendPatch super.present (pkgs.fetchpatch {
     url = "https://github.com/chrisdone/present/commit/6a61f099bf01e2127d0c68f1abe438cd3eaa15f7.patch";
     sha256 = "1vn3xm38v2f4lzyzkadvq322f3s2yf8c88v56wpdpzfxmvlzaqr8";