Dependencies for hledger-0.9
Libraries
hledger
- No dependencies
Executables
hledger
- base (>=3 && <5)
- containers
- csv
- directory
- filepath
- hledger-lib (==0.9)
- HUnit
- mtl
- old-locale
- old-time
- parsec
- process
- regexpr (>=0.5.1)
- safe (>=0.2)
- testpack
- time
- utf8-string (>=0.3)
- if flag(vty)
- vty (>=4.0.0.1)
- if flag(web)
- applicative-extras
- hack
- hack-contrib
- hack-handler-simpleserver
- hsp
- hsx
- HTTP (>=4000.0)
- io-storage
- loli
- xhtml (>=3000.2)
- if flag(webhappstack)
- applicative-extras
- hack
- hack-contrib
- hack-handler-happstack
- happstack (>=0.3)
- happstack-data (>=0.3)
- happstack-server (>=0.3)
- happstack-state (>=0.3)
- hsp
- hsx
- HTTP (>=4000.0)
- io-storage
- loli
- xhtml (>=3000.2)
- if flag(chart)
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| vty | enable the curses ui | Disabled |
| web | enable the web ui (using simpleserver) | Disabled |
| webhappstack | enable the web ui (using happstack) | Disabled |
| chart | enable the pie chart generation | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info