haskell-pipes-parse: update to version 3.0.0
This commit is contained in:
parent
7ff0169247
commit
3212a49491
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
{ cabal, free, pipes, transformers }:
|
{ cabal, pipes, transformers }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pipes-parse";
|
pname = "pipes-parse";
|
||||||
version = "2.0.2";
|
version = "3.0.0";
|
||||||
sha256 = "1jcws5i9jhh4i6bh2j6m9pz1462qm05byibkkxfqvyx392sxy4wz";
|
sha256 = "07ycdnx24qlysbf78sgfl2g8rfsrxnaiq1rimc4656in4cmcjn9g";
|
||||||
buildDepends = [ free pipes transformers ];
|
buildDepends = [ pipes transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Parsing infrastructure for the pipes ecosystem";
|
description = "Parsing infrastructure for the pipes ecosystem";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
|
Loading…
Reference in a new issue