haskell-yesod: update to version 1.1.3
This commit is contained in:
parent
71dafbc102
commit
b0d46dfee1
@ -1,23 +1,30 @@
|
|||||||
{ cabal, attoparsec, blazeBuilder, blazeHtml, blazeMarkup, Cabal
|
{ cabal, attoparsec, base64Bytestring, blazeBuilder, blazeHtml
|
||||||
, filepath, hamlet, httpTypes, monadControl, parsec, shakespeareCss
|
, blazeMarkup, Cabal, conduit, fileEmbed, filepath, fsnotify
|
||||||
, shakespeareJs, shakespeareText, systemFileio, systemFilepath, tar
|
, ghcPaths, hamlet, httpConduit, httpReverseProxy, httpTypes
|
||||||
, text, time, transformers, unixCompat, unorderedContainers, wai
|
, liftedBase, monadControl, network, optparseApplicative, parsec
|
||||||
, waiExtra, warp, yaml, yesodAuth, yesodCore, yesodForm, yesodJson
|
, projectTemplate, resourcet, shakespeare, shakespeareCss
|
||||||
, yesodPersistent, zlib
|
, shakespeareJs, shakespeareText, split, systemFileio
|
||||||
|
, systemFilepath, tar, text, time, transformers, unixCompat
|
||||||
|
, unorderedContainers, wai, waiExtra, warp, yaml, yesodAuth
|
||||||
|
, yesodCore, yesodDefault, yesodForm, yesodJson, yesodPersistent
|
||||||
|
, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod";
|
pname = "yesod";
|
||||||
version = "1.1.2";
|
version = "1.1.3";
|
||||||
sha256 = "02d40crvsnhasa6jhl0k7hzxnwr9lxmbm7caf2mrvpr4sldzy1ss";
|
sha256 = "18yc8ri3kjim9kr41i286if9ahq8avk90zigvbmnb82rnz4nn9ls";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec blazeBuilder blazeHtml blazeMarkup Cabal filepath hamlet
|
attoparsec base64Bytestring blazeBuilder blazeHtml blazeMarkup
|
||||||
httpTypes monadControl parsec shakespeareCss shakespeareJs
|
Cabal conduit fileEmbed filepath fsnotify ghcPaths hamlet
|
||||||
shakespeareText systemFileio systemFilepath tar text time
|
httpConduit httpReverseProxy httpTypes liftedBase monadControl
|
||||||
transformers unixCompat unorderedContainers wai waiExtra warp yaml
|
network optparseApplicative parsec projectTemplate resourcet
|
||||||
yesodAuth yesodCore yesodForm yesodJson yesodPersistent zlib
|
shakespeare shakespeareCss shakespeareJs shakespeareText split
|
||||||
|
systemFileio systemFilepath tar text time transformers unixCompat
|
||||||
|
unorderedContainers wai waiExtra warp yaml 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