Dependencies for hledger-lib-0.26
Libraries
hledger-lib
- array
- base (>=4.3 && <5)
- base-compat (>=0.8.1)
- blaze-markup (>=0.5.1)
- bytestring
- cmdargs (>=0.10 && <0.11)
- containers
- csv
- Decimal
- directory
- filepath
- HUnit
- mtl
- mtl-compat
- old-time
- parsec (>=3)
- regex-tdfa
- safe (>=0.2)
- split (>=0.1 && <0.3)
- transformers (>=0.2 && <0.5)
- utf8-string (>=0.3.5 && <1.1)
- if impl(ghc>=7.4)
- pretty-show (>=1.6.4)
- if flag(old-locale)
- old-locale
- time (<1.5)
- time (>=1.5)
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| double | Use old Double number representation (instead of Decimal), for testing/benchmarking. | Disabled |
Automatic Flags
| Name | Description | Default |
|---|---|---|
| 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