3
0
Fork 0
forked from mirrors/nixpkgs

haskell-aeson-native: updated to version 0.3.3.1

svn path=/nixpkgs/trunk/; revision=29420
This commit is contained in:
Peter Simons 2011-09-21 16:47:14 +00:00
parent ac569c9b63
commit b40cab3fab

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "aeson-native";
version = "0.3.3";
sha256 = "1ckf0fqx0mdw7467kjk3q48fb4q5w6336i8fxk6j0wfk17xjfs8l";
version = "0.3.3.1";
sha256 = "15733f5ivymkbwvqgbd8scynl9adva3fnid4bzlr9l4sb3yvcz9p";
buildDepends = [
attoparsec blazeBuilder blazeTextualNative deepseq hashable mtl syb
text time unorderedContainers vector