haskell-attoparsec: update to version 0.11.2.1

This commit is contained in:
Peter Simons
2014-03-07 23:07:52 +01:00
parent 19e168d0c3
commit f2ff3edb63
2 changed files with 4 additions and 4 deletions

View File

@@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "attoparsec";
version = "0.11.1.0";
sha256 = "09mks6lbzmqmdz6s10lvdklmc0mydd1sk5hphhnybp3yr4pvh7jc";
version = "0.11.2.1";
sha256 = "1grvmhxiqn02wbng0wd9zqc4c51wrbxar1b26agc3p9i09ngbs1w";
buildDepends = [ deepseq scientific text ];
testDepends = [
QuickCheck testFramework testFrameworkQuickcheck2 text