From 638d85922925e3b4b96cf4c8a256a944996deeac Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 23 Dec 2011 11:58:05 +0000 Subject: [PATCH] haskell-aeson: updated to version 0.4.0.1 svn path=/nixpkgs/trunk/; revision=31051 --- pkgs/development/libraries/haskell/aeson/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/aeson/default.nix b/pkgs/development/libraries/haskell/aeson/default.nix index 0bd68b6b92e..04a94c222c6 100644 --- a/pkgs/development/libraries/haskell/aeson/default.nix +++ b/pkgs/development/libraries/haskell/aeson/default.nix @@ -4,8 +4,8 @@ cabal.mkDerivation (self: { pname = "aeson"; - version = "0.4.0.0"; - sha256 = "1j0m7hh82ab7lg757wq75k28llfd1igawmg4g2qdia5gimm652pa"; + version = "0.4.0.1"; + sha256 = "15aq3r36vda8v1fn3pn0k638w32kzy15kbrf97krvg3xdwrvybky"; buildDepends = [ attoparsec blazeBuilder blazeTextual deepseq dlist hashable mtl syb text time unorderedContainers vector