haskell-attoparsec-conduit: update to version 1.0.1.1
This commit is contained in:
parent
40ad185891
commit
7b89bb2da4
|
@ -3,14 +3,14 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "attoparsec-conduit";
|
||||
version = "1.0.1";
|
||||
sha256 = "14b6ym5sjvg1x82ijydhrjk5445kg0fvwqzqwqld59akbqb6fpg5";
|
||||
version = "1.0.1.1";
|
||||
sha256 = "0v6d5a720fksvgaysbhqfzsq9a9h0l37yw3dbskxljbdy66gqsh0";
|
||||
buildDepends = [ attoparsec conduit text transformers ];
|
||||
testDepends = [ attoparsec conduit hspec resourcet text ];
|
||||
meta = {
|
||||
homepage = "http://github.com/snoyberg/conduit";
|
||||
description = "Consume attoparsec parsers via conduit";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue