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-04-17 23:47:56 +0300
committerNikolay Amiantov <ab@fmap.me>2015-04-17 23:51:03 +0300
commit282dfc8bb3d42d116b9abd6272ac3ceb096e029e (patch)
tree93d0b01f4c88f56ee7e2ef454a339a95557940ac /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent0207f0ad8f7730fdac2edca98ebb362323945d33 (diff)
downloadnixpkgs-282dfc8bb3d42d116b9abd6272ac3ceb096e029e.tar
nixpkgs-282dfc8bb3d42d116b9abd6272ac3ceb096e029e.tar.gz
nixpkgs-282dfc8bb3d42d116b9abd6272ac3ceb096e029e.tar.bz2
nixpkgs-282dfc8bb3d42d116b9abd6272ac3ceb096e029e.tar.lz
nixpkgs-282dfc8bb3d42d116b9abd6272ac3ceb096e029e.tar.xz
nixpkgs-282dfc8bb3d42d116b9abd6272ac3ceb096e029e.tar.zst
nixpkgs-282dfc8bb3d42d116b9abd6272ac3ceb096e029e.zip
haskellngPackages.mueval: fix for GHC 7.10
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.nix4
1 files changed, 4 insertions, 0 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 07f8d8c4cf6..1ef275d8c26 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -246,6 +246,10 @@ self: super: {
     url = "https://patch-diff.githubusercontent.com/raw/haskell/ghc-events/pull/8.patch";
     sha256 = "1k881jrvzfvs761jgfhf5nsbmbc33c9333l4s0f5088p46ff2n1l";
   });
+  mueval = appendPatch super.mueval (pkgs.fetchpatch {
+    url = "https://patch-diff.githubusercontent.com/raw/gwern/mueval/pull/10.patch";
+    sha256 = "1gs8p89d1qsrd1qycbhf6kv4qw0sbb8m6dy106dqkmdzcjzcyq74";
+  });
 
   ghcjs-prim = self.callPackage ({ mkDerivation, fetchgit, primitive }: mkDerivation {
     pname = "ghcjs-prim";