haskell-yesod: updated to version 0.9.1
svn path=/nixpkgs/trunk/; revision=28902
This commit is contained in:
parent
6b2839c361
commit
04e2d193bd
@ -1,20 +1,20 @@
|
|||||||
{ cabal, attoparsecText, blazeBuilder, hamlet, hjsmin, httpTypes
|
{ cabal, attoparsecText, blazeBuilder, blazeHtml, hamlet, httpTypes
|
||||||
, mimeMail, monadControl, parsec, text, time, transformers
|
, monadControl, parsec, shakespeareCss, shakespeareJs, text, time
|
||||||
, unixCompat, wai, waiExtra, warp, yesodAuth, yesodCore, yesodForm
|
, transformers, unixCompat, wai, waiExtra, warp, yesodAuth
|
||||||
, yesodJson, yesodPersistent, yesodStatic
|
, yesodCore, yesodForm, yesodJson, yesodPersistent
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod";
|
pname = "yesod";
|
||||||
version = "0.8.2.1";
|
version = "0.9.1";
|
||||||
sha256 = "0idpgzbzy31bl5khc83wgi9a9mzrymris0mg5dlc4kj4sd5a1ksi";
|
sha256 = "1ag3lca75lrriycbscspb5yyishacgxjx0rybc3x4z1dqnkn1r71";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsecText blazeBuilder hamlet hjsmin httpTypes mimeMail
|
attoparsecText blazeBuilder blazeHtml hamlet httpTypes monadControl
|
||||||
monadControl parsec text time transformers unixCompat wai waiExtra
|
parsec shakespeareCss shakespeareJs text time transformers
|
||||||
warp yesodAuth yesodCore yesodForm yesodJson yesodPersistent
|
unixCompat wai waiExtra warp yesodAuth yesodCore yesodForm
|
||||||
yesodStatic
|
yesodJson yesodPersistent
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user