haskell-pipes-attoparsec: update to version 0.4.0.1

This commit is contained in:
Peter Simons 2014-02-17 12:48:58 +01:00
parent 95b1e11618
commit 641e37519b

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "pipes-attoparsec";
version = "0.4.0";
sha256 = "0xffqxsh8yvfdk39mdgkf0l2v284fr31nz5k16dq752p63fnczkw";
version = "0.4.0.1";
sha256 = "0f536x0l135b5pd14l6lri7kinwh2m4p7qw054lacw362y7004zf";
buildDepends = [ attoparsec pipes pipesParse text transformers ];
testDepends = [
attoparsec HUnit mmorph pipes pipesParse tasty tastyHunit text