Dependencies for postgresql-typed-0.6.2.5
Libraries
postgresql-typed
- array
- attoparsec (>=0.12 && <0.15)
- base (>=4.8 && <5)
- binary
- bytestring (>=0.10.2)
- containers
- haskell-src-meta
- network
- old-locale
- template-haskell
- time
- utf8-string
- if flag(md5)
- memory (>=0.5)
- if flag(crypton)else
- cryptonite (>=0.5)
- if flag(binary)
- postgresql-binary (>=0.8)
- scientific (>=0.3)
- text (>=1)
- uuid (>=1.3)
- if flag(text)
- text (>=1)
- if flag(uuid)
- uuid (>=1.3)
- if flag(scientific)
- scientific (>=0.3)
- if flag(aeson)
- aeson (>=0.7 && <2.3)
- if flag(hdbc)
- HDBC (>=2.2)
- if flag(tls)
- data-default
- if flag(crypton)else
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
md5 | Enable md5 password authentication method. | Enabled |
binary | Use binary protocol encoding via postgresql-binary. This may put additional restrictions on supported PostgreSQL server versions. | Enabled |
text | Support Text string values via text (implied by binary). | Enabled |
uuid | Support the UUID type via uuid (implied by binary). | Enabled |
scientific | Support decoding numeric via scientific (implied by binary). | Enabled |
aeson | Support decoding json via aeson. | Enabled |
hdbc | Provide an HDBC driver backend using the raw PostgreSQL protocol. | Enabled |
tls | Enable TLS (SSL) support in PostgreSQL server connections. | Enabled |
crypton | Use crypton rather than cryptonite. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info