haskell-hledger-web: update to version 0.22.8
This commit is contained in:
parent
84c41f46f7
commit
a1952b5e13
@ -1,22 +1,23 @@
|
||||
{ cabal, blazeHtml, blazeMarkup, clientsession, cmdargs
|
||||
, conduitExtra, dataDefault, filepath, hamlet, hjsmin, hledger
|
||||
, hledgerLib, hspec, httpClient, httpConduit, HUnit, json
|
||||
, networkConduit, parsec, regexpr, safe, shakespeareText, text
|
||||
, time, transformers, wai, waiExtra, waiHandlerLaunch, warp, yaml
|
||||
, yesod, yesodCore, yesodStatic, yesodTest
|
||||
, networkConduit, parsec, regexpr, safe, shakespeare
|
||||
, shakespeareText, text, time, transformers, wai, waiExtra
|
||||
, waiHandlerLaunch, warp, yaml, yesod, yesodCore, yesodStatic
|
||||
, yesodTest
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hledger-web";
|
||||
version = "0.22.7";
|
||||
sha256 = "0dxlprmymspjwxdr9sig483y8azd7z42sv6k6r35m74z7naga68y";
|
||||
version = "0.22.8";
|
||||
sha256 = "0588r4hgy7800jla5jma96a7pmm64b116w6ffid9v5j52qjxyhf3";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
blazeHtml blazeMarkup clientsession cmdargs conduitExtra
|
||||
dataDefault filepath hamlet hjsmin hledger hledgerLib httpClient
|
||||
httpConduit HUnit json networkConduit parsec regexpr safe
|
||||
shakespeareText text time transformers wai waiExtra
|
||||
shakespeare shakespeareText text time transformers wai waiExtra
|
||||
waiHandlerLaunch warp yaml yesod yesodCore yesodStatic
|
||||
];
|
||||
testDepends = [ hspec yesod yesodTest ];
|
||||
|
Loading…
Reference in New Issue
Block a user