haskell-yesod: update to version 1.1.5

This commit is contained in:
Peter Simons 2012-12-03 16:11:07 +01:00
parent 7bc986c7b6
commit e9fc18f1e1

View File

@ -1,8 +1,8 @@
{ cabal, attoparsec, base64Bytestring, blazeBuilder, blazeHtml { cabal, aeson, attoparsec, base64Bytestring, blazeBuilder
, blazeMarkup, Cabal, conduit, fileEmbed, filepath, fsnotify , blazeHtml, blazeMarkup, Cabal, conduit, fileEmbed, filepath
, ghcPaths, hamlet, httpConduit, httpReverseProxy, httpTypes , fsnotify, ghcPaths, hamlet, httpConduit, httpReverseProxy
, liftedBase, monadControl, network, optparseApplicative, parsec , httpTypes, liftedBase, monadControl, network, optparseApplicative
, projectTemplate, resourcet, shakespeare, shakespeareCss , parsec, projectTemplate, resourcet, shakespeare, shakespeareCss
, shakespeareJs, shakespeareText, split, systemFileio , shakespeareJs, shakespeareText, split, systemFileio
, systemFilepath, tar, text, time, transformers, unixCompat , systemFilepath, tar, text, time, transformers, unixCompat
, unorderedContainers, wai, waiExtra, warp, yaml, yesodAuth , unorderedContainers, wai, waiExtra, warp, yaml, yesodAuth
@ -12,19 +12,19 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "yesod"; pname = "yesod";
version = "1.1.4"; version = "1.1.5";
sha256 = "1na50j7cd89mxk7ss67xlj703spvkpzcwgp7qs1pn2x3xsm7vrm2"; sha256 = "1w34cwnqd92hjrjhqikpgzkjd4fnv3n844zziprk5kg0mlrylpvq";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
attoparsec base64Bytestring blazeBuilder blazeHtml blazeMarkup aeson attoparsec base64Bytestring blazeBuilder blazeHtml
Cabal conduit fileEmbed filepath fsnotify ghcPaths hamlet blazeMarkup Cabal conduit fileEmbed filepath fsnotify ghcPaths
httpConduit httpReverseProxy httpTypes liftedBase monadControl hamlet httpConduit httpReverseProxy httpTypes liftedBase
network optparseApplicative parsec projectTemplate resourcet monadControl network optparseApplicative parsec projectTemplate
shakespeare shakespeareCss shakespeareJs shakespeareText split resourcet shakespeare shakespeareCss shakespeareJs shakespeareText
systemFileio systemFilepath tar text time transformers unixCompat split systemFileio systemFilepath tar text time transformers
unorderedContainers wai waiExtra warp yaml yesodAuth yesodCore unixCompat unorderedContainers wai waiExtra warp yaml yesodAuth
yesodDefault yesodForm yesodJson yesodPersistent zlib yesodCore yesodDefault yesodForm yesodJson yesodPersistent zlib
]; ];
meta = { meta = {
homepage = "http://www.yesodweb.com/"; homepage = "http://www.yesodweb.com/";