From 077c598c8585b4bfc7d0dadb943216ed9d8bacd6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 29 Aug 2011 20:28:19 +0000 Subject: [PATCH] haskell-yesod-json: updated to version 0.2.1 svn path=/nixpkgs/trunk/; revision=28899 --- pkgs/development/libraries/haskell/yesod-json/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/libraries/haskell/yesod-json/default.nix b/pkgs/development/libraries/haskell/yesod-json/default.nix index 982ebfdf1dc..2e5df42d9da 100644 --- a/pkgs/development/libraries/haskell/yesod-json/default.nix +++ b/pkgs/development/libraries/haskell/yesod-json/default.nix @@ -1,10 +1,10 @@ -{ cabal, aeson, blazeTextual, hamlet, text, vector, yesodCore }: +{ cabal, aesonNative, shakespeareJs, text, vector, yesodCore }: cabal.mkDerivation (self: { pname = "yesod-json"; - version = "0.1.1.2"; - sha256 = "0d6dkhzjpxp3687x914h67swm4lgsalb1xr13gz53ddb0qj18n7j"; - buildDepends = [ aeson blazeTextual hamlet text vector yesodCore ]; + version = "0.2.1"; + sha256 = "1d710pqrdafyz8s0spd19vwvx5v9kwy44wb0byz3445jhi3kwn88"; + buildDepends = [ aesonNative shakespeareJs text vector yesodCore ]; meta = { homepage = "http://www.yesodweb.com/"; description = "Generate content for Yesod using the aeson package";