haskell-yesod-core: updated to version 0.9.1

svn path=/nixpkgs/trunk/; revision=28897
This commit is contained in:
Peter Simons 2011-08-29 20:28:10 +00:00
parent 682bf916a8
commit 4aa21929ea

View File

@ -1,19 +1,19 @@
{ cabal, blazeBuilder, blazeHtml, caseInsensitive, cereal { cabal, blazeBuilder, blazeHtml, caseInsensitive, cereal
, clientsession, cookie, enumerator, failure, hamlet, httpTypes , clientsession, cookie, enumerator, failure, hamlet, httpTypes
, monadControl, parsec, random, text, time, transformers, wai , monadControl, parsec, pathPieces, random, shakespeare
, waiExtra, webRoutesQuasi , shakespeareCss, shakespeareJs, strictConcurrency, text, time
, transformers, wai, waiExtra
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "yesod-core"; pname = "yesod-core";
version = "0.8.3.2"; version = "0.9.1";
sha256 = "0k0lgd9p8mrwwcypx1nfr1z2rq5wk4gvjc1fbvla0c9nabqnbfzs"; sha256 = "03dbn915g6jkwk9fp5naqv5bq613nlfpc8jd7568cc1l41b95cbf";
isLibrary = true;
isExecutable = true;
buildDepends = [ buildDepends = [
blazeBuilder blazeHtml caseInsensitive cereal clientsession cookie blazeBuilder blazeHtml caseInsensitive cereal clientsession cookie
enumerator failure hamlet httpTypes monadControl parsec random text enumerator failure hamlet httpTypes monadControl parsec pathPieces
time transformers wai waiExtra webRoutesQuasi random shakespeare shakespeareCss shakespeareJs strictConcurrency
text time transformers wai waiExtra
]; ];
meta = { meta = {
homepage = "http://www.yesodweb.com/"; homepage = "http://www.yesodweb.com/";