Dependencies for HDBC-2.2.6
Libraries
HDBC
- convertible (>=1.0.1 && <1.1)
- mtl (<2.3)
- utf8-string (<1.1)
- if flag(splitbase)
- base (>=3 && <4.5)
- bytestring (<0.11)
- containers (<0.6)
- old-locale (<1.1)
- old-time (<1.2)
- time (>=1.1.2.4 && <=1.1.4)
- if flag(time_gte_113)
- time (>=1.1.3)
- time (<1.1.3)
- base (<3)
- if impl(ghc>=6.9)
- base (>=4)
Executables
runtests
- if flag(buildtests)
- convertible (>=1.0.1)
- HUnit
- mtl
- QuickCheck (>=2.0)
- testpack (>=2.0)
- utf8-string
- if flag(splitbase)
- base (>=3 && <5)
- bytestring
- containers
- old-locale
- old-time
- time (>=1.1.2.4 && <=1.1.4)
- if flag(time_gte_113)
- time (>=1.1.3)
- time (<1.1.3)
- base (<3)
- if impl(ghc>=6.9)
- base (>=4)
- buildable: False
Flags
Manual Flags
Name | Description | Default |
---|---|---|
buildtests | Build the executable to run unit tests | Disabled |
Automatic Flags
Name | Description | Default |
---|---|---|
splitbase | Choose the new smaller, split-up base package. | Enabled |
time_gte_113 | time > 1.1.3 has defined some more instances so omit them here | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info