Dependencies for hledger-0.27
Libraries
hledger
- base (>=4.3 && <5)
- base-compat (>=0.8.1)
- cmdargs (>=0.10 && <0.11)
- containers
- csv
- directory
- filepath
- haskeline (>=0.6 && <=0.8)
- hledger-lib (==0.27)
- HUnit
- mtl
- mtl-compat
- old-time
- parsec (>=3)
- process
- regex-tdfa (<1.3)
- safe (>=0.2)
- split (>=0.1 && <0.3)
- tabular (>=0.2 && <0.3)
- text (>=0.11)
- unordered-containers
- utf8-string (>=0.3.5 && <1.1)
- wizards (>=1.0 && <1.1)
- if impl(ghc>=7.10)
- shakespeare (>=2.0.2.2 && <2.1)
- shakespeare (>=1.0 && <2.1)
- shakespeare-text (>=1.0 && <1.2)
- if flag(old-locale)
- old-locale
- time (<1.5)
- time (>=1.5)
- if impl(ghc>=7.4)
- pretty-show (>=1.6.4)
- if !os(windows) && flag(curses)
Executables
hledger
- base (>=4.3 && <5)
- base-compat (>=0.8.1)
- cmdargs (>=0.10 && <0.11)
- containers
- csv
- directory
- filepath
- haskeline (>=0.6 && <=0.8)
- hledger (==0.27)
- hledger-lib (==0.27)
- HUnit
- mtl
- mtl-compat
- old-time
- parsec (>=3)
- process
- regex-tdfa (<1.3)
- safe (>=0.2)
- split (>=0.1 && <0.3)
- tabular (>=0.2 && <0.3)
- text (>=0.11)
- unordered-containers
- utf8-string (>=0.3.5 && <1.1)
- wizards (>=1.0 && <1.1)
- if impl(ghc>=7.10)
- shakespeare (>=2.0.2.2 && <2.1)
- shakespeare (>=1.0 && <2.1)
- shakespeare-text (>=1.0 && <1.2)
- if flag(old-locale)
- old-locale
- time (<1.5)
- time (>=1.5)
- if impl(ghc>=7.4)
- pretty-show (>=1.6.4)
- if !os(windows) && flag(curses)
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| threaded | Build with support for multithreaded execution | Enabled |
| curses | On POSIX systems, enable curses support for auto-detecting terminal width. | Enabled |
| old-locale | A compatibility flag, set automatically by cabal. If false then depend on time >= 1.5, if true then depend on time < 1.5 together with old-locale. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info