3
0
Fork 0
forked from mirrors/nixpkgs

trifecta-1.2: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-01-27 11:49:33 +01:00
parent 666cfebff1
commit ab46db003c

View file

@ -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," \