mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-trifecta: re-generate expressions with cabal2nix
This commit is contained in:
parent
446a93b375
commit
132965e66a
2 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,8 @@ cabal.mkDerivation (self: {
|
|||
--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.*," "comonad >= 3 && < 5,"
|
||||
--replace "comonad == 3.*," "comonad >= 3 && < 5," \
|
||||
--replace "comonad >= 3 && < 4," "comonad >= 3 && < 5,"
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://github.com/ekmett/trifecta/";
|
||||
|
|
|
@ -19,6 +19,7 @@ cabal.mkDerivation (self: {
|
|||
--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.*," "comonad >= 3 && < 5," \
|
||||
--replace "comonad >= 3 && < 4," "comonad >= 3 && < 5,"
|
||||
'';
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue