Dependencies for hledger-web-0.25
Libraries
hledger-web
- base (>=4 && <5)
- base-compat (>=0.5.0 && <0.8)
- blaze-html
- blaze-markup
- bytestring
- clientsession
- cmdargs (>=0.10 && <0.11)
- conduit-extra
- data-default
- directory
- filepath
- hjsmin
- hledger (>=0.25 && <0.26)
- hledger-lib (>=0.25 && <0.26)
- http-client
- http-conduit
- HUnit
- json
- network-conduit
- parsec (>=3)
- regexpr (>=0.5.1)
- safe (>=0.2)
- shakespeare (>=2.0)
- template-haskell
- text
- transformers
- wai
- wai-extra
- wai-handler-launch (>=1.3)
- warp
- yaml
- yesod (>=1.4 && <1.5)
- yesod-core
- yesod-form
- yesod-static
- if flag(old-locale)
- old-locale
- time (<1.5)
- time (>=1.5)
Executables
hledger-web
- base (>=4 && <5)
- base-compat (>=0.5.0 && <0.8)
- blaze-html
- blaze-markup
- bytestring
- clientsession
- cmdargs (>=0.10 && <0.11)
- conduit-extra
- data-default
- directory
- filepath
- hjsmin
- hledger (>=0.25 && <0.26)
- hledger-lib (>=0.25 && <0.26)
- hledger-web (==0.25)
- http-client
- http-conduit
- HUnit
- json
- network-conduit
- parsec (>=3)
- regexpr (>=0.5.1)
- safe (>=0.2)
- shakespeare (>=2.0 && <2.1)
- template-haskell
- text
- 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(old-locale)
- old-locale
- time (<1.5)
- time (>=1.5)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
threaded | Build with support for multithreaded execution. | Enabled |
dev | Turn on development settings, like auto-reload templates. | Disabled |
library-only | Build for use with "yesod devel" | Disabled |
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