haskell-hledger-web: update to version 0.22.7
This commit is contained in:
parent
d90cb9ebec
commit
450c7b9bdf
@ -1,28 +1,27 @@
|
|||||||
{ cabal, blazeHtml, blazeMarkup, clientsession, cmdargs
|
{ cabal, blazeHtml, blazeMarkup, clientsession, cmdargs
|
||||||
, dataDefault, filepath, hamlet, hjsmin, hledger, hledgerLib, hspec
|
, conduitExtra, dataDefault, filepath, hamlet, hjsmin, hledger
|
||||||
, httpClient, httpConduit, HUnit, json, networkConduit, parsec
|
, hledgerLib, hspec, httpClient, httpConduit, HUnit, json
|
||||||
, regexpr, safe, shakespeareText, text, time, transformers, wai
|
, networkConduit, parsec, regexpr, safe, shakespeareText, text
|
||||||
, waiExtra, waiHandlerLaunch, warp, yaml, yesod, yesodCore
|
, time, transformers, wai, waiExtra, waiHandlerLaunch, warp, yaml
|
||||||
, yesodStatic, yesodTest
|
, yesod, yesodCore, yesodStatic, yesodTest
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hledger-web";
|
pname = "hledger-web";
|
||||||
version = "0.22.4";
|
version = "0.22.7";
|
||||||
sha256 = "07xz6ijg3nzzjair5gdjjryv5hs2rxws4maz22rrqnpf8wwjjc54";
|
sha256 = "0dxlprmymspjwxdr9sig483y8azd7z42sv6k6r35m74z7naga68y";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeHtml blazeMarkup clientsession cmdargs dataDefault filepath
|
blazeHtml blazeMarkup clientsession cmdargs conduitExtra
|
||||||
hamlet hjsmin hledger hledgerLib httpClient httpConduit HUnit json
|
dataDefault filepath hamlet hjsmin hledger hledgerLib httpClient
|
||||||
networkConduit parsec regexpr safe shakespeareText text time
|
httpConduit HUnit json networkConduit parsec regexpr safe
|
||||||
transformers wai waiExtra waiHandlerLaunch warp yaml yesod
|
shakespeareText text time transformers wai waiExtra
|
||||||
yesodCore yesodStatic
|
waiHandlerLaunch warp yaml yesod yesodCore yesodStatic
|
||||||
];
|
];
|
||||||
testDepends = [ hspec yesod yesodTest ];
|
testDepends = [ hspec yesod yesodTest ];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
patches = [ ./build-fix.patch ];
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://hledger.org";
|
homepage = "http://hledger.org";
|
||||||
description = "A web interface for the hledger accounting tool";
|
description = "A web interface for the hledger accounting tool";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user