haskell-aeson: updated to version 0.5.0.0

svn path=/nixpkgs/trunk/; revision=31071
This commit is contained in:
Peter Simons 2011-12-25 16:06:20 +00:00
parent 46084dbc3c
commit bbd45bcdc6

View File

@ -1,14 +1,14 @@
{ cabal, attoparsec, blazeBuilder, blazeTextual, deepseq, dlist { cabal, attoparsec, blazeBuilder, deepseq, dlist, hashable, mtl
, hashable, mtl, syb, text, time, unorderedContainers, vector , syb, text, time, unorderedContainers, vector
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "aeson"; pname = "aeson";
version = "0.4.0.1"; version = "0.5.0.0";
sha256 = "15aq3r36vda8v1fn3pn0k638w32kzy15kbrf97krvg3xdwrvybky"; sha256 = "1n7c0kf6rdf5p76mjcxlqrzhnfz4b1zkkbxk9w94hibb0s4kwxv6";
buildDepends = [ buildDepends = [
attoparsec blazeBuilder blazeTextual deepseq dlist hashable mtl syb attoparsec blazeBuilder deepseq dlist hashable mtl syb text time
text time unorderedContainers vector unorderedContainers vector
]; ];
meta = { meta = {
homepage = "https://github.com/bos/aeson"; homepage = "https://github.com/bos/aeson";