haskell-yesod-json: updated to version 0.2.1
svn path=/nixpkgs/trunk/; revision=28899
This commit is contained in:
parent
5b948f85e5
commit
077c598c85
|
@ -1,10 +1,10 @@
|
||||||
{ cabal, aeson, blazeTextual, hamlet, text, vector, yesodCore }:
|
{ cabal, aesonNative, shakespeareJs, text, vector, yesodCore }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-json";
|
pname = "yesod-json";
|
||||||
version = "0.1.1.2";
|
version = "0.2.1";
|
||||||
sha256 = "0d6dkhzjpxp3687x914h67swm4lgsalb1xr13gz53ddb0qj18n7j";
|
sha256 = "1d710pqrdafyz8s0spd19vwvx5v9kwy44wb0byz3445jhi3kwn88";
|
||||||
buildDepends = [ aeson blazeTextual hamlet text vector yesodCore ];
|
buildDepends = [ aesonNative shakespeareJs text vector yesodCore ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
description = "Generate content for Yesod using the aeson package";
|
description = "Generate content for Yesod using the aeson package";
|
||||||
|
|
Loading…
Reference in New Issue