haskell-yesod-bin: update to version 1.2.5.1
This commit is contained in:
parent
c333429da9
commit
c2f98216f8
|
@ -1,5 +1,5 @@
|
||||||
{ cabal, attoparsec, base64Bytestring, blazeBuilder, Cabal, conduit
|
{ cabal, attoparsec, base64Bytestring, blazeBuilder, Cabal, conduit
|
||||||
, fileEmbed, filepath, fsnotify, ghcPaths, httpConduit
|
, dataDefault, fileEmbed, filepath, fsnotify, ghcPaths, httpConduit
|
||||||
, httpReverseProxy, httpTypes, liftedBase, network, networkConduit
|
, httpReverseProxy, httpTypes, liftedBase, network, networkConduit
|
||||||
, optparseApplicative, parsec, projectTemplate, resourcet
|
, optparseApplicative, parsec, projectTemplate, resourcet
|
||||||
, shakespeare, shakespeareCss, shakespeareJs, shakespeareText
|
, shakespeare, shakespeareCss, shakespeareJs, shakespeareText
|
||||||
|
@ -10,17 +10,18 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-bin";
|
pname = "yesod-bin";
|
||||||
version = "1.2.4.1";
|
version = "1.2.5.1";
|
||||||
sha256 = "18wzxalgiffdjz6x5vxmhksscy5531plgyjkv705kf5vaw6v6rlr";
|
sha256 = "1ybj89yvwrsw82jj92rf741jx8na8gp3z4ighyrpavfqhhl6576f";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec base64Bytestring blazeBuilder Cabal conduit fileEmbed
|
attoparsec base64Bytestring blazeBuilder Cabal conduit dataDefault
|
||||||
filepath fsnotify ghcPaths httpConduit httpReverseProxy httpTypes
|
fileEmbed filepath fsnotify ghcPaths httpConduit httpReverseProxy
|
||||||
liftedBase network networkConduit optparseApplicative parsec
|
httpTypes liftedBase network networkConduit optparseApplicative
|
||||||
projectTemplate resourcet shakespeare shakespeareCss shakespeareJs
|
parsec projectTemplate resourcet shakespeare shakespeareCss
|
||||||
shakespeareText split systemFileio systemFilepath tar text time
|
shakespeareJs shakespeareText split systemFileio systemFilepath tar
|
||||||
transformers unixCompat unorderedContainers wai warp yaml zlib
|
text time transformers unixCompat unorderedContainers wai warp yaml
|
||||||
|
zlib
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
|
|
Loading…
Reference in New Issue