haskell-aeson: updated to version 0.3.2.11

svn path=/nixpkgs/trunk/; revision=28924
This commit is contained in:
Peter Simons 2011-08-30 09:49:08 +00:00
parent 1392096d69
commit 84ff2da8c1

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "aeson";
version = "0.3.2.9";
sha256 = "1qaajk797zpickw4ik5lc03wnmxkrcmv3zik7n1bjqx6h37h0zqw";
version = "0.3.2.11";
sha256 = "0cvavxb3bm5kz491wrx5az5scvddndw2rh45snhj1xn0flr1c2n7";
buildDepends = [
attoparsec blazeBuilder blazeTextual deepseq hashable mtl syb text
time unorderedContainers vector