haskell-attoparsec-conduit: update to version 1.1.0
This commit is contained in:
parent
db1a390d9d
commit
713bac5351
@ -1,15 +1,13 @@
|
|||||||
{ cabal, attoparsec, conduit, hspec, resourcet, text, transformers
|
{ cabal, conduit }:
|
||||||
}:
|
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "attoparsec-conduit";
|
pname = "attoparsec-conduit";
|
||||||
version = "1.0.1.2";
|
version = "1.1.0";
|
||||||
sha256 = "1j05r7mvm83wgnka7asmwd1dj4ajkg548mryyhpr7dd53vn5lbx0";
|
sha256 = "18xn3nzxfghcd88cana1jw85ijv0ysw3bp36fb6r5wsf6m79z01y";
|
||||||
buildDepends = [ attoparsec conduit text transformers ];
|
buildDepends = [ conduit ];
|
||||||
testDepends = [ attoparsec conduit hspec resourcet text ];
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/conduit";
|
homepage = "http://github.com/snoyberg/conduit";
|
||||||
description = "Consume attoparsec parsers via conduit";
|
description = "Consume attoparsec parsers via conduit. (deprecated)";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user