haskell-yesod-bin: update to version 1.2.7.3
This commit is contained in:
parent
d063b8f6ce
commit
cf29fe8205
@ -1,26 +1,26 @@
|
|||||||
{ cabal, attoparsec, base64Bytestring, blazeBuilder, Cabal, conduit
|
{ cabal, attoparsec, base64Bytestring, blazeBuilder, Cabal, conduit
|
||||||
, dataDefaultClass, fileEmbed, filepath, filesystemConduit
|
, dataDefaultClass, fileEmbed, filepath, fsnotify, ghcPaths
|
||||||
, fsnotify, ghcPaths, httpConduit, httpReverseProxy, httpTypes
|
, httpConduit, httpReverseProxy, httpTypes, liftedBase, network
|
||||||
, liftedBase, network, networkConduit, optparseApplicative, parsec
|
, networkConduit, optparseApplicative, parsec, projectTemplate
|
||||||
, projectTemplate, resourcet, shakespeare, shakespeareCss
|
, resourcet, shakespeare, shakespeareCss, shakespeareJs
|
||||||
, shakespeareJs, shakespeareText, split, systemFileio
|
, shakespeareText, split, systemFileio, systemFilepath, tar, text
|
||||||
, systemFilepath, tar, text, time, transformers, unixCompat
|
, time, transformers, unixCompat, unorderedContainers, wai, warp
|
||||||
, unorderedContainers, wai, warp, yaml, zlib
|
, yaml, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-bin";
|
pname = "yesod-bin";
|
||||||
version = "1.2.7.2";
|
version = "1.2.7.3";
|
||||||
sha256 = "13mn0b144a4cfwlpq25r72a4ffngjgfdzk8rd5yk37mcsqn7yagy";
|
sha256 = "05kbfnkigk4p1vjw0h1pkp7jfczjq99vgrsaz45faajadnhffnpz";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec base64Bytestring blazeBuilder Cabal conduit
|
attoparsec base64Bytestring blazeBuilder Cabal conduit
|
||||||
dataDefaultClass fileEmbed filepath filesystemConduit fsnotify
|
dataDefaultClass fileEmbed filepath fsnotify ghcPaths httpConduit
|
||||||
ghcPaths httpConduit httpReverseProxy httpTypes liftedBase network
|
httpReverseProxy httpTypes liftedBase network networkConduit
|
||||||
networkConduit optparseApplicative parsec projectTemplate resourcet
|
optparseApplicative parsec projectTemplate resourcet shakespeare
|
||||||
shakespeare shakespeareCss shakespeareJs shakespeareText split
|
shakespeareCss shakespeareJs shakespeareText split systemFileio
|
||||||
systemFileio systemFilepath tar text time transformers unixCompat
|
systemFilepath tar text time transformers unixCompat
|
||||||
unorderedContainers wai warp yaml zlib
|
unorderedContainers wai warp yaml zlib
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user