3
0
Fork 0
forked from mirrors/nixpkgs

haskell-trifecta: jailbreak on comonad

This commit is contained in:
Mathijs Kwik 2013-10-31 09:07:56 +01:00
parent 588db4727c
commit 07d68731ff

View file

@ -18,7 +18,8 @@ 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 && < 4," "comonad >= 3 && < 5,"
''; '';
meta = { meta = {
homepage = "http://github.com/ekmett/trifecta/"; homepage = "http://github.com/ekmett/trifecta/";