From ab46db003ca5a05ec93f6686035180a2da96415e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 27 Jan 2014 11:49:33 +0100 Subject: [PATCH] trifecta-1.2: re-generate with cabal2nix --- pkgs/development/libraries/haskell/trifecta/1.2.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/libraries/haskell/trifecta/1.2.nix b/pkgs/development/libraries/haskell/trifecta/1.2.nix index 8181c445a5a1..447e0d36c9c1 100644 --- a/pkgs/development/libraries/haskell/trifecta/1.2.nix +++ b/pkgs/development/libraries/haskell/trifecta/1.2.nix @@ -16,7 +16,8 @@ cabal.mkDerivation (self: { testDepends = [ doctest filepath ]; postPatch = '' substituteInPlace trifecta.cabal \ - --replace "blaze-html >= 0.5 && < 0.6," "blaze-html >= 0.5 && < 0.7," \ + --replace "blaze-html >= 0.5 && < 0.6," "blaze-html >= 0.5 && < 0.8," \ + --replace "blaze-markup >= 0.5 && < 0.6," "blaze-markup >= 0.5 && < 0.7," \ --replace "hashable >= 1.2 && < 1.3," "hashable >= 1.1 && < 1.3," \ --replace "fingertree >= 0.0.1 && < 0.1," "fingertree >= 0.0.1 && < 0.2," \ --replace "comonad == 3.*," "comonad >= 3 && < 5," \