haskell-trifecta: update jail-breaking code
This commit is contained in:
parent
c6053075bd
commit
710ddf7662
@ -17,7 +17,9 @@ cabal.mkDerivation (self: {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace trifecta.cabal \
|
substituteInPlace trifecta.cabal \
|
||||||
--replace "blaze-html >= 0.5 && < 0.6," "blaze-html >= 0.5 && < 0.8," \
|
--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 "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 "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," \
|
--replace "comonad == 3.*," "comonad >= 3 && < 5," \
|
||||||
|
@ -17,7 +17,9 @@ cabal.mkDerivation (self: {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace trifecta.cabal \
|
substituteInPlace trifecta.cabal \
|
||||||
--replace "blaze-html >= 0.5 && < 0.6," "blaze-html >= 0.5 && < 0.8," \
|
--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 "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 "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," \
|
--replace "comonad == 3.*," "comonad >= 3 && < 5," \
|
||||||
|
@ -17,7 +17,9 @@ cabal.mkDerivation (self: {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace trifecta.cabal \
|
substituteInPlace trifecta.cabal \
|
||||||
--replace "blaze-html >= 0.5 && < 0.6," "blaze-html >= 0.5 && < 0.8," \
|
--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 "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 "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," \
|
--replace "comonad == 3.*," "comonad >= 3 && < 5," \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user