haskell-yesod-bin: update to version 1.2.6.1
This commit is contained in:
parent
ae8d12259e
commit
cd262e8312
@ -1,27 +1,27 @@
|
|||||||
{ cabal, attoparsec, base64Bytestring, blazeBuilder, Cabal, conduit
|
{ cabal, attoparsec, base64Bytestring, blazeBuilder, Cabal, conduit
|
||||||
, dataDefault, fileEmbed, filepath, fsnotify, ghcPaths, httpConduit
|
, dataDefaultClass, fileEmbed, filepath, fsnotify, ghcPaths
|
||||||
, httpReverseProxy, httpTypes, liftedBase, network, networkConduit
|
, httpConduit, httpReverseProxy, httpTypes, liftedBase, network
|
||||||
, optparseApplicative, parsec, projectTemplate, resourcet
|
, networkConduit, optparseApplicative, parsec, projectTemplate
|
||||||
, shakespeare, shakespeareCss, shakespeareJs, shakespeareText
|
, resourcet, shakespeare, shakespeareCss, shakespeareJs
|
||||||
, split, systemFileio, systemFilepath, tar, text, time
|
, shakespeareText, split, systemFileio, systemFilepath, tar, text
|
||||||
, transformers, unixCompat, unorderedContainers, wai, warp, yaml
|
, time, transformers, unixCompat, unorderedContainers, wai, warp
|
||||||
, zlib
|
, yaml, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-bin";
|
pname = "yesod-bin";
|
||||||
version = "1.2.6";
|
version = "1.2.6.1";
|
||||||
sha256 = "10p0j5w8s2lfjlmkyw4f2lslfr4xb8mzx5ijwavcpc7q9zw9zjk5";
|
sha256 = "0w3qar315w96139j16fq4py4qs83bhm6pab9pzjbx8h451sqjarh";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec base64Bytestring blazeBuilder Cabal conduit dataDefault
|
attoparsec base64Bytestring blazeBuilder Cabal conduit
|
||||||
fileEmbed filepath fsnotify ghcPaths httpConduit httpReverseProxy
|
dataDefaultClass fileEmbed filepath fsnotify ghcPaths httpConduit
|
||||||
httpTypes liftedBase network networkConduit optparseApplicative
|
httpReverseProxy httpTypes liftedBase network networkConduit
|
||||||
parsec projectTemplate resourcet shakespeare shakespeareCss
|
optparseApplicative parsec projectTemplate resourcet shakespeare
|
||||||
shakespeareJs shakespeareText split systemFileio systemFilepath tar
|
shakespeareCss shakespeareJs shakespeareText split systemFileio
|
||||||
text time transformers unixCompat unorderedContainers wai warp yaml
|
systemFilepath tar text time transformers unixCompat
|
||||||
zlib
|
unorderedContainers wai warp yaml zlib
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
|
Loading…
Reference in New Issue
Block a user