haskell-yesod: update to version 1.1.7
This commit is contained in:
parent
c90c6a776e
commit
f284ff8326
@ -1,30 +1,31 @@
|
|||||||
{ cabal, aeson, attoparsec, base64Bytestring, blazeBuilder
|
{ cabal, aeson, attoparsec, base64Bytestring, blazeBuilder
|
||||||
, blazeHtml, blazeMarkup, Cabal, conduit, fileEmbed, filepath
|
, blazeHtml, blazeMarkup, Cabal, conduit, fileEmbed, filepath
|
||||||
, fsnotify, ghcPaths, hamlet, httpConduit, httpReverseProxy
|
, fsnotify, ghcPaths, hamlet, httpConduit, httpReverseProxy
|
||||||
, httpTypes, liftedBase, monadControl, network, optparseApplicative
|
, httpTypes, liftedBase, monadControl, network, networkConduit
|
||||||
, parsec, projectTemplate, resourcet, shakespeare, shakespeareCss
|
, optparseApplicative, parsec, projectTemplate, resourcet
|
||||||
, shakespeareJs, shakespeareText, split, systemFileio
|
, shakespeare, shakespeareCss, shakespeareJs, shakespeareText
|
||||||
, systemFilepath, tar, text, time, transformers, unixCompat
|
, split, systemFileio, systemFilepath, tar, text, time
|
||||||
, unorderedContainers, wai, waiExtra, warp, yaml, yesodAuth
|
, transformers, unixCompat, unorderedContainers, wai, waiExtra
|
||||||
, yesodCore, yesodDefault, yesodForm, yesodJson, yesodPersistent
|
, warp, yaml, yesodAuth, yesodCore, yesodDefault, yesodForm
|
||||||
, zlib
|
, yesodJson, yesodPersistent, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod";
|
pname = "yesod";
|
||||||
version = "1.1.5";
|
version = "1.1.7";
|
||||||
sha256 = "1w34cwnqd92hjrjhqikpgzkjd4fnv3n844zziprk5kg0mlrylpvq";
|
sha256 = "1qcvmy8ichri9ivfkanj4gp687lwymgi170sbdzwf5phy34bhkc5";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec base64Bytestring blazeBuilder blazeHtml
|
aeson attoparsec base64Bytestring blazeBuilder blazeHtml
|
||||||
blazeMarkup Cabal conduit fileEmbed filepath fsnotify ghcPaths
|
blazeMarkup Cabal conduit fileEmbed filepath fsnotify ghcPaths
|
||||||
hamlet httpConduit httpReverseProxy httpTypes liftedBase
|
hamlet httpConduit httpReverseProxy httpTypes liftedBase
|
||||||
monadControl network optparseApplicative parsec projectTemplate
|
monadControl network networkConduit optparseApplicative parsec
|
||||||
resourcet shakespeare shakespeareCss shakespeareJs shakespeareText
|
projectTemplate resourcet shakespeare shakespeareCss shakespeareJs
|
||||||
split systemFileio systemFilepath tar text time transformers
|
shakespeareText split systemFileio systemFilepath tar text time
|
||||||
unixCompat unorderedContainers wai waiExtra warp yaml yesodAuth
|
transformers unixCompat unorderedContainers wai waiExtra warp yaml
|
||||||
yesodCore yesodDefault yesodForm yesodJson yesodPersistent zlib
|
yesodAuth yesodCore yesodDefault yesodForm yesodJson
|
||||||
|
yesodPersistent zlib
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user