mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-22 01:52:45 +03:00
Update postgresql-libpq and prepare for release
This commit is contained in:
parent
5bb720d068
commit
d124e26715
@ -1,3 +1,7 @@
|
||||
# 1.6.3.1
|
||||
|
||||
- Moved to "postgresql-libpq-0.10"
|
||||
|
||||
# 1.6.3
|
||||
|
||||
- Added `unknownEnum` encoder
|
||||
|
@ -1,6 +1,6 @@
|
||||
cabal-version: 3.0
|
||||
name: hasql
|
||||
version: 1.6.3
|
||||
version: 1.6.3.1
|
||||
category: Hasql, Database, PostgreSQL
|
||||
synopsis: An efficient PostgreSQL driver with a flexible mapping API
|
||||
description:
|
||||
@ -109,7 +109,7 @@ library
|
||||
, mtl >=2 && <3
|
||||
, network-ip >=0.3.0.3 && <0.4
|
||||
, postgresql-binary >=0.13.1 && <0.14
|
||||
, postgresql-libpq >=0.9 && <0.10
|
||||
, postgresql-libpq >=0.10 && <0.11
|
||||
, profunctors >=5.1 && <6
|
||||
, scientific >=0.3 && <0.4
|
||||
, text >=1 && <3
|
||||
|
Loading…
Reference in New Issue
Block a user