Dependencies for hakyll-4.14.0.0
Libraries
hakyll
- base (>=4.8 && <5)
- binary (>=0.5 && <0.10)
- blaze-html (>=0.5 && <0.10)
- blaze-markup (>=0.5.1 && <0.9)
- bytestring (>=0.9 && <0.11)
- containers (>=0.3 && <0.7)
- cryptonite (>=0.25 && <0.28)
- data-default (>=0.4 && <0.8)
- deepseq (>=1.3 && <1.5)
- directory (>=1.2.7.0 && <1.4)
- file-embed (>=0.0.10.1 && <0.0.14)
- filepath (>=1.0 && <1.5)
- lrucache (>=1.1.1 && <1.3)
- memory (>=0.14.18 && <0.16)
- mtl (>=1 && <2.3)
- network-uri (>=2.6 && <2.7)
- optparse-applicative (>=0.12 && <0.16)
- parsec (>=3.0 && <3.2)
- process (>=1.6 && <1.7)
- random (>=1.0 && <1.3)
- regex-tdfa (>=1.1 && <1.4)
- resourcet (>=1.1 && <1.3)
- scientific (>=0.3.4 && <0.4)
- tagsoup (>=0.13.1 && <0.15)
- template-haskell (>=2.14 && <2.17)
- text (>=0.11 && <1.3)
- time (>=1.8 && <1.10)
- time-locale-compat (>=0.1 && <0.2)
- unordered-containers (>=0.2 && <0.3)
- vector (>=0.11 && <0.13)
- yaml (>=0.8.11 && <0.12)
- if flag(previewserver)
- fsnotify (>=0.2 && <0.4)
- http-types (>=0.9 && <0.13)
- wai (>=3.2 && <3.3)
- wai-app-static (>=3.1 && <3.2)
- warp (>=3.2 && <3.4)
- if flag(watchserver)
- fsnotify (>=0.2 && <0.4)
- if flag(checkexternal)
- http-conduit (>=2.2 && <2.4)
- http-types (>=0.7 && <0.13)
- if flag(usepandoc)
- pandoc (>=2.11 && <2.12)
Executables
hakyll-init
hakyll-website
- base (>=4 && <5)
- directory (>=1.0 && <1.4)
- filepath (>=1.0 && <1.5)
- hakyll
- pandoc (>=2.11 && <2.12)
- if !flag(buildwebsite)
- buildable: False
Flags
Manual Flags
Name | Description | Default |
---|---|---|
buildwebsite | Build the hakyll website | Disabled |
usepandoc | Include Pandoc support | Enabled |
Automatic Flags
Name | Description | Default |
---|---|---|
previewserver | Include the preview server | Enabled |
watchserver | Include the watch server | Enabled |
checkexternal | Include external link checking | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info