From 4e4fbd75c3c4f46048a433b1771b83f2b43f7bc1 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 2 Dec 2011 11:46:44 +0000 Subject: [PATCH] haskell-aeson: updated to version 0.4.0.0 svn path=/nixpkgs/trunk/; revision=30686 --- pkgs/development/libraries/haskell/aeson/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/haskell/aeson/default.nix b/pkgs/development/libraries/haskell/aeson/default.nix index 030f973e35e7..a8305fa84770 100644 --- a/pkgs/development/libraries/haskell/aeson/default.nix +++ b/pkgs/development/libraries/haskell/aeson/default.nix @@ -4,14 +4,14 @@ cabal.mkDerivation (self: { pname = "aeson"; - version = "0.3.2.12"; - sha256 = "12dq79bd8kvl4hc493c7ff9k9xdpibnnnfgpvpxh4ljnqcqr4hcy"; + version = "0.4.0.0"; + sha256 = "1j0m7hh82ab7lg757wq75k28llfd1igawmg4g2qdia5gimm652pa"; buildDepends = [ attoparsec blazeBuilder blazeTextual deepseq hashable mtl syb text time unorderedContainers vector ]; meta = { - homepage = "http://github.com/mailrank/aeson"; + homepage = "https://github.com/bos/aeson"; description = "Fast JSON parsing and encoding"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms;