From d3503422e216d627c28a510e8402d054bfa61dd3 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Fri, 17 Apr 2015 23:50:14 +0300 Subject: haskellngPackages.IOSpec: fix for GHC 7.10 --- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix') 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; + } -- cgit 1.4.1