haskell-trifecta: update to version 1.2.1.1

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

View File

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