haskell-attoparsec: updated to version 0.10.1.0

svn path=/nixpkgs/trunk/; revision=30881
This commit is contained in:
Peter Simons 2011-12-14 10:40:29 +00:00
parent ea8d3f396e
commit 805f5f8661

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "attoparsec";
version = "0.10.0.3";
sha256 = "0qlmjv8fhbx0xk8vkhlm01qmqlbk7xl98vfhcnlcjjrc5wkj0pjc";
version = "0.10.1.0";
sha256 = "1wlil4zxnyrygvkgmap8kcqf4f6rc08ais20alyy4ggzmx73sl9q";
buildDepends = [ deepseq text ];
meta = {
homepage = "https://github.com/bos/attoparsec";