haskell-yesod-json: update to version 1.1.2.2
This commit is contained in:
parent
b749ce135d
commit
c3dc9fbe61
@ -1,16 +1,17 @@
|
|||||||
{ cabal, aeson, attoparsecConduit, blazeBuilder, conduit, safe
|
{ cabal, aeson, attoparsecConduit, blazeBuilder, conduit, hspec
|
||||||
, shakespeareJs, text, transformers, vector, wai, waiExtra
|
, safe, shakespeareJs, text, transformers, vector, wai, waiExtra
|
||||||
, yesodCore, yesodRoutes
|
, waiTest, yesodCore, yesodRoutes
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-json";
|
pname = "yesod-json";
|
||||||
version = "1.1.2.1";
|
version = "1.1.2.2";
|
||||||
sha256 = "0vrhn3v26q7cqwds99hqyibq09vyxnviqzgyn7w5ldnl3ycg7dqd";
|
sha256 = "1bl4rs3biv2man0n8ijldil32lyswjqk5ykz0nv06qsaaafjpc3g";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsecConduit blazeBuilder conduit safe shakespeareJs
|
aeson attoparsecConduit blazeBuilder conduit safe shakespeareJs
|
||||||
text transformers vector wai waiExtra yesodCore yesodRoutes
|
text transformers vector wai waiExtra yesodCore yesodRoutes
|
||||||
];
|
];
|
||||||
|
testDepends = [ hspec text waiTest 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…
x
Reference in New Issue
Block a user