mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
haskell-pipes-parse: update to version 3.0.0
This commit is contained in:
parent
7ff0169247
commit
3212a49491
@ -1,10 +1,10 @@
|
||||
{ cabal, free, pipes, transformers }:
|
||||
{ cabal, pipes, transformers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "pipes-parse";
|
||||
version = "2.0.2";
|
||||
sha256 = "1jcws5i9jhh4i6bh2j6m9pz1462qm05byibkkxfqvyx392sxy4wz";
|
||||
buildDepends = [ free pipes transformers ];
|
||||
version = "3.0.0";
|
||||
sha256 = "07ycdnx24qlysbf78sgfl2g8rfsrxnaiq1rimc4656in4cmcjn9g";
|
||||
buildDepends = [ pipes transformers ];
|
||||
meta = {
|
||||
description = "Parsing infrastructure for the pipes ecosystem";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user