Dependencies for hledger-web-1.0.1
Libraries
hledger-web
- base (>=4 && <5)
- base-compat (>=0.8.1)
- blaze-html
- blaze-markup
- bytestring
- clientsession
- cmdargs (>=0.10 && <0.11)
- conduit-extra (>=1.1)
- data-default
- directory
- filepath
- hjsmin
- hledger (>=1.0.1)
- hledger-lib (>=1.0.1)
- http-client
- http-conduit
- HUnit
- json
- megaparsec (>=5.0 && <5.2)
- mtl
- safe (>=0.2)
- shakespeare (>=2.0)
- template-haskell
- text (>=1.2 && <1.3)
- transformers
- wai
- wai-extra
- wai-handler-launch (>=1.3)
- warp
- yaml
- yesod (>=1.4 && <1.5)
- yesod-core
- yesod-form
- yesod-static
- if flag(oldtime)
- old-locale
- time (<1.5)
- time (>=1.5)
- if impl(ghc<7.6)
Executables
hledger-web
- base (>=4 && <5)
- base-compat (>=0.8.1)
- blaze-html
- blaze-markup
- bytestring
- clientsession
- cmdargs (>=0.10 && <0.11)
- conduit-extra (>=1.1)
- data-default
- directory
- filepath
- hjsmin
- hledger (>=1.0.1)
- hledger-lib (>=1.0.1)
- hledger-web (==1.0.1)
- http-client
- http-conduit
- HUnit
- json
- parsec (>=3)
- safe (>=0.2)
- shakespeare (>=2.0)
- template-haskell
- text (>=1.2 && <1.3)
- transformers
- wai
- wai-extra
- wai-handler-launch (>=1.3)
- warp
- yaml
- yesod (>=1.4 && <1.5)
- yesod-core
- yesod-form
- yesod-static
- if flag(library-only)
- buildable: False
- if flag(oldtime)
- old-locale
- time (<1.5)
- time (>=1.5)
- if impl(ghc<7.6)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
dev | Turn on development settings, like auto-reload templates. | Disabled |
library-only | Build for use with "yesod devel" | Disabled |
oldtime | If building with time < 1.5, also depend on old-locale. Set automatically by cabal. | Disabled |
threaded | Build with support for multithreaded execution. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info