mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 15:58:36 +00:00
haskell-trifecta 1.1: relax comonad dependency
This commit is contained in:
parent
56cf3c115f
commit
1f42e5c565
|
@ -18,7 +18,8 @@ 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 "fingertree >= 0.0.1 && < 0.1," "fingertree >= 0.0.1 && < 0.2," \
|
||||
--replace "comonad == 3.*," "comonad >= 3 && < 5,"
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://github.com/ekmett/trifecta/";
|
||||
|
|
Loading…
Reference in a new issue