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:50:14 +0300
committerNikolay Amiantov <ab@fmap.me>2015-04-18 00:07:53 +0300
commitd3503422e216d627c28a510e8402d054bfa61dd3 (patch)
tree6c8e3fe8c4faffc04df8c5f6e203aa24ceb93d65 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent6e9a6e57cb9104491aa8d633e5c15edb80ca4c06 (diff)
downloadnixpkgs-d3503422e216d627c28a510e8402d054bfa61dd3.tar
nixpkgs-d3503422e216d627c28a510e8402d054bfa61dd3.tar.gz
nixpkgs-d3503422e216d627c28a510e8402d054bfa61dd3.tar.bz2
nixpkgs-d3503422e216d627c28a510e8402d054bfa61dd3.tar.lz
nixpkgs-d3503422e216d627c28a510e8402d054bfa61dd3.tar.xz
nixpkgs-d3503422e216d627c28a510e8402d054bfa61dd3.tar.zst
nixpkgs-d3503422e216d627c28a510e8402d054bfa61dd3.zip
haskellngPackages.IOSpec: 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.nix3
1 files changed, 3 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 ead61870519..f1458be845a 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -318,4 +318,7 @@ self: super: {
   brainfuck = appendPatch super.brainfuck ./brainfuck-fix-ghc710.patch;
   unlambda = appendPatch super.unlambda ./unlambda-fix-ghc710.patch;
 
+  # Sent e-mail to the maintainer.
+  IOSpec = appendPatch super.IOSpec ./IOSpec-fix-ghc710.patch;
+
 }