haskell-yesod-json: updated to version 0.2.1

svn path=/nixpkgs/trunk/; revision=28899
This commit is contained in:
Peter Simons 2011-08-29 20:28:19 +00:00
parent 5b948f85e5
commit 077c598c85

View file

@ -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";