haskell-aeson: updated to version 0.3.2.12

svn path=/nixpkgs/trunk/; revision=29362
This commit is contained in:
Peter Simons 2011-09-19 18:56:38 +00:00
parent b0f4345467
commit c8d3fcd1b3

View file

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