summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-07-05 00:48:58 +0200
committerPeter Simons <simons@cryp.to>2015-07-05 21:06:04 +0200
commit2f111381e0c405faadd769ebeb2e45c021bddb99 (patch)
treedf7753aca238151ee8465fd698eb89031e751b15 /pkgs/development/haskell-modules/configuration-common.nix
parent26a9fcdfca785de0077219aa335f574601cbbba2 (diff)
downloadnixlib-2f111381e0c405faadd769ebeb2e45c021bddb99.tar
nixlib-2f111381e0c405faadd769ebeb2e45c021bddb99.tar.gz
nixlib-2f111381e0c405faadd769ebeb2e45c021bddb99.tar.bz2
nixlib-2f111381e0c405faadd769ebeb2e45c021bddb99.tar.lz
nixlib-2f111381e0c405faadd769ebeb2e45c021bddb99.tar.xz
nixlib-2f111381e0c405faadd769ebeb2e45c021bddb99.tar.zst
nixlib-2f111381e0c405faadd769ebeb2e45c021bddb99.zip
haskell-mueval has been fixed upstream.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 651c4c8587f4..8fec4800601e 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -781,9 +781,6 @@ self: super: {
   # Patch to consider NIX_GHC just like xmonad does
   dyre = appendPatch super.dyre ./dyre-nix.patch;
 
-  # https://github.com/gwern/mueval/issues/9
-  mueval = appendPatch (appendPatch super.mueval ./mueval-fix.patch) ./mueval-nix.patch;
-
   # Test suite won't compile against tasty-hunit 0.9.x.
   zlib = dontCheck super.zlib;