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
|
||||
, dataDefaultClass, fileEmbed, filepath, filesystemConduit
|
||||
, fsnotify, ghcPaths, httpConduit, httpReverseProxy, httpTypes
|
||||
, liftedBase, network, networkConduit, optparseApplicative, parsec
|
||||
, projectTemplate, resourcet, shakespeare, shakespeareCss
|
||||
, shakespeareJs, shakespeareText, split, systemFileio
|
||||
, systemFilepath, tar, text, time, transformers, unixCompat
|
||||
, unorderedContainers, wai, warp, yaml, zlib
|
||||
, dataDefaultClass, fileEmbed, filepath, fsnotify, ghcPaths
|
||||
, httpConduit, httpReverseProxy, httpTypes, liftedBase, network
|
||||
, networkConduit, optparseApplicative, parsec, projectTemplate
|
||||
, resourcet, shakespeare, shakespeareCss, shakespeareJs
|
||||
, shakespeareText, split, systemFileio, systemFilepath, tar, text
|
||||
, time, transformers, unixCompat, unorderedContainers, wai, warp
|
||||
, yaml, zlib
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "yesod-bin";
|
||||
version = "1.2.7.2";
|
||||
sha256 = "13mn0b144a4cfwlpq25r72a4ffngjgfdzk8rd5yk37mcsqn7yagy";
|
||||
version = "1.2.7.3";
|
||||
sha256 = "05kbfnkigk4p1vjw0h1pkp7jfczjq99vgrsaz45faajadnhffnpz";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
attoparsec base64Bytestring blazeBuilder Cabal conduit
|
||||
dataDefaultClass fileEmbed filepath filesystemConduit fsnotify
|
||||
ghcPaths httpConduit httpReverseProxy httpTypes liftedBase network
|
||||
networkConduit optparseApplicative parsec projectTemplate resourcet
|
||||
shakespeare shakespeareCss shakespeareJs shakespeareText split
|
||||
systemFileio systemFilepath tar text time transformers unixCompat
|
||||
dataDefaultClass fileEmbed filepath fsnotify ghcPaths httpConduit
|
||||
httpReverseProxy httpTypes liftedBase network networkConduit
|
||||
optparseApplicative parsec projectTemplate resourcet shakespeare
|
||||
shakespeareCss shakespeareJs shakespeareText split systemFileio
|
||||
systemFilepath tar text time transformers unixCompat
|
||||
unorderedContainers wai warp yaml zlib
|
||||
];
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user