2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-05-30 09:01:50 +00:00
|
|
|
{ cabal, yesodCore }:
|
2011-07-07 21:40:46 +00:00
|
|
|
|
2011-08-09 20:13:22 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2011-07-07 21:40:46 +00:00
|
|
|
pname = "yesod-json";
|
2013-05-30 09:01:50 +00:00
|
|
|
version = "1.2.0";
|
|
|
|
sha256 = "0d035k1ls5iq1c12yxknyc33qd22ayyhl69y62zmcw7arwx35sgw";
|
|
|
|
buildDepends = [ yesodCore ];
|
2011-07-07 21:40:46 +00:00
|
|
|
meta = {
|
2011-08-09 20:13:22 +00:00
|
|
|
homepage = "http://www.yesodweb.com/";
|
2013-05-30 09:01:50 +00:00
|
|
|
description = "Generate content for Yesod using the aeson package. (deprecated)";
|
2012-04-05 16:51:59 +00:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2011-08-09 20:13:22 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-07-07 21:40:46 +00:00
|
|
|
};
|
|
|
|
})
|