Dependencies for postgresql-typed-0.3.0
Libraries
postgresql-typed
- array
- base (>=4.7 && <5)
- binary
- bytestring (>=0.10.2)
- containers
- haskell-src-meta
- network
- old-locale
- parsec
- template-haskell
- time
- utf8-string
- if flag(md5)
- cryptohash (>=0.5)
- if flag(binary)
- postgresql-binary (>=0.5.0)
- 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)
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 |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info