haskell-yesod: update to version 1.1.0

This commit is contained in:
Peter Simons 2012-08-09 12:10:54 +02:00
parent 4d67ae81f5
commit edd12bf490
1 changed files with 12 additions and 11 deletions

View File

@ -1,22 +1,23 @@
{ cabal, attoparsec, blazeBuilder, blazeHtml, blazeMarkup, Cabal { cabal, attoparsec, blazeBuilder, blazeHtml, blazeMarkup, Cabal
, fastLogger, filepath, hamlet, httpTypes, monadControl, parsec , filepath, hamlet, httpTypes, monadControl, parsec, shakespeareCss
, shakespeareCss, shakespeareJs, shakespeareText, text, time , shakespeareJs, shakespeareText, systemFileio, systemFilepath, tar
, transformers, unixCompat, wai, waiExtra, waiLogger, warp , text, time, transformers, unixCompat, unorderedContainers, wai
, yesodAuth, yesodCore, yesodForm, yesodJson, yesodPersistent , waiExtra, warp, yaml, yesodAuth, yesodCore, yesodForm, yesodJson
, yesodPersistent, zlib
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "yesod"; pname = "yesod";
version = "1.0.1.6"; version = "1.1.0";
sha256 = "0w5k5bcv50fjpyja6ydknk78dk50swx6b0myhizj8rcf851xga43"; sha256 = "01jwp9i77rmk4iwjqri9jafm809nzlb5bvgyz5my8dnpcfvnf2sz";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
attoparsec blazeBuilder blazeHtml blazeMarkup Cabal fastLogger attoparsec blazeBuilder blazeHtml blazeMarkup Cabal filepath hamlet
filepath hamlet httpTypes monadControl parsec shakespeareCss httpTypes monadControl parsec shakespeareCss shakespeareJs
shakespeareJs shakespeareText text time transformers unixCompat wai shakespeareText systemFileio systemFilepath tar text time
waiExtra waiLogger warp yesodAuth yesodCore yesodForm yesodJson transformers unixCompat unorderedContainers wai waiExtra warp yaml
yesodPersistent yesodAuth yesodCore yesodForm yesodJson yesodPersistent zlib
]; ];
meta = { meta = {
homepage = "http://www.yesodweb.com/"; homepage = "http://www.yesodweb.com/";