Dependencies for hledger-1.0.1
Libraries
hledger
- base (>=4.3 && <5)
- base-compat (>=0.8.1)
- bytestring
- cmdargs (>=0.10 && <0.11)
- containers
- csv
- data-default (>=0.5)
- directory
- file-embed (>=0.0.10 && <0.1)
- filepath
- hashable (>=1.2.4)
- haskeline (>=0.6 && <=0.8)
- hledger-lib (==1.0.1)
- HUnit
- megaparsec (>=5.0 && <5.2)
- mtl
- mtl-compat
- old-time
- pretty-show (>=1.6.4)
- process
- regex-tdfa
- safe (>=0.2)
- split (>=0.1 && <0.3)
- tabular (>=0.2 && <0.3)
- temporary
- text (>=0.11)
- transformers
- unordered-containers
- utf8-string (>=0.3.5 && <1.1)
- wizards (>=1.0 && <1.1)
- if impl(ghc<7.6)
- 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(oldtime)
- old-locale
- time (<1.5)
- time (>=1.5)
- if !os(windows) && flag(terminfo)
Executables
hledger
- base (>=4.3 && <5)
- base-compat (>=0.8.1)
- bytestring
- cmdargs (>=0.10 && <0.11)
- containers
- csv
- data-default (>=0.5)
- directory
- file-embed (>=0.0.10 && <0.1)
- filepath
- haskeline (>=0.6 && <=0.8)
- hledger (>=1.0.1)
- hledger-lib (>=1.0.1)
- HUnit
- mtl
- mtl-compat
- old-time
- parsec (>=3)
- pretty-show (>=1.6.4)
- process
- regex-tdfa
- safe (>=0.2)
- split (>=0.1 && <0.3)
- tabular (>=0.2 && <0.3)
- temporary
- text (>=0.11)
- unordered-containers
- utf8-string (>=0.3.5 && <1.1)
- wizards (>=1.0 && <1.1)
- if impl(ghc<7.6)
- 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(oldtime)else
- time (>=1.5)
- if !os(windows) && flag(terminfo)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
oldtime | If building with time < 1.5, also depend on old-locale. Set automatically by cabal. | Disabled |
terminfo | On POSIX systems, build with the terminfo lib for detecting terminal width. | Enabled |
threaded | Build with support for multithreaded execution | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info