1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

haskell-trifecta: update to version 1.1

This commit is contained in:
Peter Simons 2013-11-01 10:28:58 +01:00
parent dda0d13d22
commit 2de6d71694

View file

@ -18,8 +18,7 @@ cabal.mkDerivation (self: {
substituteInPlace trifecta.cabal \ 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.7," \
--replace "hashable >= 1.2 && < 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 "fingertree >= 0.0.1 && < 0.1," "fingertree >= 0.0.1 && < 0.2,"
--replace "comonad == 3.*," "comonad >= 3 && < 5,"
''; '';
meta = { meta = {
homepage = "http://github.com/ekmett/trifecta/"; homepage = "http://github.com/ekmett/trifecta/";