haskell-yesod-json: updated to version 0.3.1
svn path=/nixpkgs/trunk/; revision=32209
This commit is contained in:
@@ -1,14 +1,15 @@
|
|||||||
{ cabal, aeson, attoparsecEnumerator, blazeBuilder, shakespeareJs
|
{ cabal, aeson, attoparsecConduit, blazeBuilder, conduit, safe
|
||||||
, text, transformers, unorderedContainers, vector, yesodCore
|
, shakespeareJs, text, transformers, vector, wai, waiExtra
|
||||||
|
, yesodCore, yesodRoutes
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-json";
|
pname = "yesod-json";
|
||||||
version = "0.2.3";
|
version = "0.3.1";
|
||||||
sha256 = "0bd75zzxqrarqk8b2v515jv0zbi5x27fmb9cbj3g57l9ig57lqy5";
|
sha256 = "17w82mfl364dc0k1zk1gqas3fyskz2jc50diq71fiw87apslva4v";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsecEnumerator blazeBuilder shakespeareJs text
|
aeson attoparsecConduit blazeBuilder conduit safe shakespeareJs
|
||||||
transformers unorderedContainers vector yesodCore
|
text transformers vector wai waiExtra yesodCore yesodRoutes
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
|
|||||||
Reference in New Issue
Block a user