mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 14:40:07 +03:00
34 lines
1.2 KiB
Nix
34 lines
1.2 KiB
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, blazeHtml, blazeMarkup, clientsession, cmdargs
|
|
, conduitExtra, dataDefault, filepath, hjsmin, hledger, hledgerLib
|
|
, hspec, httpClient, httpConduit, HUnit, json, networkConduit
|
|
, parsec, regexpr, safe, shakespeare, text, time, transformers, wai
|
|
, waiExtra, waiHandlerLaunch, warp, yaml, yesod, yesodCore
|
|
, yesodStatic, yesodTest
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "hledger-web";
|
|
version = "0.24";
|
|
sha256 = "0dwqrq31yf0kw3rk06f1ny2670w2qw83bvvqwp87g4xky5v69xpi";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
blazeHtml blazeMarkup clientsession cmdargs conduitExtra
|
|
dataDefault filepath hjsmin hledger hledgerLib httpClient
|
|
httpConduit HUnit json networkConduit parsec regexpr safe
|
|
shakespeare text time transformers wai waiExtra waiHandlerLaunch
|
|
warp yaml yesod yesodCore yesodStatic
|
|
];
|
|
testDepends = [ hspec yesod yesodTest ];
|
|
jailbreak = true;
|
|
doCheck = false;
|
|
meta = {
|
|
homepage = "http://hledger.org";
|
|
description = "A web interface for the hledger accounting tool";
|
|
license = "GPL";
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|