From 710ddf76629a2d883ee8e817cb3a2ae2f79dbb97 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 2 Feb 2014 23:36:22 +0100 Subject: [PATCH] haskell-trifecta: update jail-breaking code --- pkgs/development/libraries/haskell/trifecta/1.1.nix | 2 ++ pkgs/development/libraries/haskell/trifecta/1.2.nix | 2 ++ pkgs/development/libraries/haskell/trifecta/1.4.nix | 2 ++ 3 files changed, 6 insertions(+) diff --git a/pkgs/development/libraries/haskell/trifecta/1.1.nix b/pkgs/development/libraries/haskell/trifecta/1.1.nix index 67c3ae28d586..4f5841d68812 100644 --- a/pkgs/development/libraries/haskell/trifecta/1.1.nix +++ b/pkgs/development/libraries/haskell/trifecta/1.1.nix @@ -17,7 +17,9 @@ cabal.mkDerivation (self: { postPatch = '' substituteInPlace trifecta.cabal \ --replace "blaze-html >= 0.5 && < 0.6," "blaze-html >= 0.5 && < 0.8," \ + --replace "blaze-html >= 0.5 && < 0.7," "blaze-html >= 0.5 && < 0.8," \ --replace "blaze-markup >= 0.5 && < 0.6," "blaze-markup >= 0.5 && < 0.7," \ + --replace "hashable >= 1.2.1 && < 1.3," "hashable >= 1.1 && < 1.3," \ --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," \ diff --git a/pkgs/development/libraries/haskell/trifecta/1.2.nix b/pkgs/development/libraries/haskell/trifecta/1.2.nix index 447e0d36c9c1..fae592e73f07 100644 --- a/pkgs/development/libraries/haskell/trifecta/1.2.nix +++ b/pkgs/development/libraries/haskell/trifecta/1.2.nix @@ -17,7 +17,9 @@ cabal.mkDerivation (self: { postPatch = '' substituteInPlace trifecta.cabal \ --replace "blaze-html >= 0.5 && < 0.6," "blaze-html >= 0.5 && < 0.8," \ + --replace "blaze-html >= 0.5 && < 0.7," "blaze-html >= 0.5 && < 0.8," \ --replace "blaze-markup >= 0.5 && < 0.6," "blaze-markup >= 0.5 && < 0.7," \ + --replace "hashable >= 1.2.1 && < 1.3," "hashable >= 1.1 && < 1.3," \ --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," \ diff --git a/pkgs/development/libraries/haskell/trifecta/1.4.nix b/pkgs/development/libraries/haskell/trifecta/1.4.nix index 9f03de78be10..84759406d000 100644 --- a/pkgs/development/libraries/haskell/trifecta/1.4.nix +++ b/pkgs/development/libraries/haskell/trifecta/1.4.nix @@ -17,7 +17,9 @@ cabal.mkDerivation (self: { postPatch = '' substituteInPlace trifecta.cabal \ --replace "blaze-html >= 0.5 && < 0.6," "blaze-html >= 0.5 && < 0.8," \ + --replace "blaze-html >= 0.5 && < 0.7," "blaze-html >= 0.5 && < 0.8," \ --replace "blaze-markup >= 0.5 && < 0.6," "blaze-markup >= 0.5 && < 0.7," \ + --replace "hashable >= 1.2.1 && < 1.3," "hashable >= 1.1 && < 1.3," \ --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," \