From efd18b91fdd0bef1c00567595a0b016959aee47a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 21 Mar 2013 22:43:34 +0100 Subject: haskell-HSH: fix build with ghc 7.4.x --- pkgs/development/libraries/haskell/HSH/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/libraries/haskell/HSH/default.nix b/pkgs/development/libraries/haskell/HSH/default.nix index f80f74a3dc2b..107e3df979b2 100644 --- a/pkgs/development/libraries/haskell/HSH/default.nix +++ b/pkgs/development/libraries/haskell/HSH/default.nix @@ -1,5 +1,5 @@ { cabal, filepath, hslogger, MissingH, mtl, regexBase, regexCompat -, regexPosix +, regexPosix, fetchurl }: cabal.mkDerivation (self: { @@ -11,6 +11,7 @@ cabal.mkDerivation (self: { buildDepends = [ filepath hslogger MissingH mtl regexBase regexCompat regexPosix ]; + patches = [ (fetchurl { url = "https://github.com/jgoerzen/hsh/pull/10.patch"; sha256 = "0fw2ihl4hlncggwf3v4d7aydm3rzgzpcxplfbwq7janysix4q950"; }) ]; meta = { homepage = "http://software.complete.org/hsh"; description = "Library to mix shell scripting with Haskell programs"; -- cgit 1.4.1