Dependencies for weekdaze-0.0.0.3
Libraries
weekdaze
- array
- base (>=4 && <5)
- bytestring
- Cabal (>=1.10)
- containers (>=0.4.2.0)
- cryptohash (>=0.8.0)
- data-default
- deepseq (>=1.1)
- extra
- factory (>=0.3.1)
- filepath
- hxt (>=9.0.0.0)
- mtl
- random
- toolshed (>=0.17)
- xhtml
- if flag(hdbc-odbc) || flag(hdbc-mysql)
Executables
weekdaze
- array
- base (>=4 && <5)
- Cabal (>=1.10)
- containers (>=0.4.2.0)
- cryptohash (>=0.8.0)
- data-default
- deepseq (>=1.1)
- directory
- extra
- factory (>=0.3.1)
- filepath
- hxt (>=9.0.0.0)
- mtl
- parallel (>=3.0)
- random
- time
- toolshed (>=0.17)
- weekdaze
- xhtml
- if flag(hdbc-odbc) || flag(hdbc-mysql)
- byteable
- bytestring
- HDBC
- if flag(hdbc-mysql)
- if flag(hdbc-odbc)
- if flag(unix)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
hdbc-mysql | Link with the package "HDBC-mysql" & consequently the native MySQL-interface (which will require a development package for | Disabled |
hdbc-odbc | Link with the package "HDBC-odbc", which the application can use to connect to a generic data-server. | Disabled |
llvm | Whether the | Disabled |
printdbqueries | Whether to print SQL-queries as the database is read. N.B.: only relevant when either of the flags 'HDBC-odbc' or 'HDBC-mysql' is True. N.B.: the output will be more readable when | Disabled |
printdbrows | Whether to print the rows read from the database. N.B.: only relevant when either of the flags 'HDBC-odbc' or 'HDBC-mysql' is True. N.B.: the output will be more readable when | Disabled |
querydbconcurrently | Whether database-queries should be issued concurrently. | Enabled |
static | Link statically, perhaps for deployment in an environment where one doesn't have root access. | Disabled |
threaded | Build for parallel runtime. | Enabled |
Automatic Flags
Name | Description | Default |
---|---|---|
unix | Link with package "unix" when available. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info