Dependencies for bishbosh-0.1.4.0
Libraries
bishbosh
- array (>=0.5.2.0)
- base (>=4 && <5)
- containers (>=0.6.2 && <0.7)
- data-default (>=0.7.1 && <0.8)
- deepseq (>=1.4.3)
- extra (>=1.7.4 && <1.8)
- factory (>=0.3.1 && <0.4)
- filepath
- hxt (>=9.3.1 && <9.4)
- mtl (>=2.2.2 && <2.3)
- process (>=1.6.4)
- random
- time
- toolshed (>=0.18.0 && <0.19)
- if !flag(newtypewrappers)
- if flag(unbox)
- if !flag(narrownumbers)
- if flag(unbox)
- if flag(polyparse)
- polyparse (>=1.13 && <1.14)
- parsec (>=3.1.14.0 && <3.2)
- if flag(threaded)
- parallel (>=3.0)
Executables
bishbosh
- array (>=0.5.2.0)
- base (>=4 && <5)
- bishbosh
- containers (>=0.6.2 && <0.7)
- data-default (>=0.7.1 && <0.8)
- deepseq (>=1.4.1 && <1.5)
- directory
- extra (>=1.7.4 && <1.8)
- factory (>=0.3.1 && <0.4)
- filepath
- hxt (>=9.3.1 && <9.4)
- mtl (>=2.2.2 && <2.3)
- random
- toolshed (>=0.18.0 && <0.19)
- if flag(hxtrelaxng)
- hxt-relaxng (>=9.1.5 && <9.2)
- if flag(unix)
- unix (>=2.7.2 && <2.8)
duel
- base (>=4 && <5)
- bishbosh
- containers (>=0.6.2 && <0.7)
- data-default (>=0.7.1 && <0.8)
- filepath
- hxt (>=9.3.1 && <9.4)
- process (>=1.6.4)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
arrayunsafeat | Use unsafe array-indexing. | Enabled |
llvm | Whether the | Disabled |
narrownumbers | Use narrow numerical types. | Disabled |
newtypewrappers | Wrap common types in newtype for increased type-safety. | Disabled |
precisenumbers | Use precise rational numeric types. | Disabled |
threaded | Build for parallel runtime. | Enabled |
unbox | Use unboxed types. | Enabled |
Automatic Flags
Name | Description | Default |
---|---|---|
hxtrelaxng | Link with package "hxt-relaxng" when available, for more precise specification of the XML-configuration than a traditional DTD. | Enabled |
polyparse | Link with package "polyparse" when available, rather than "parsec". | Enabled |
unix | Link with package "unix" when available. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info