mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-22 01:52:45 +03:00
Make compatible with latest postgresql-libpq
This commit is contained in:
parent
862f407906
commit
f75598e069
@ -143,7 +143,7 @@ library
|
||||
iproute >=1.7 && <1.8,
|
||||
mtl >=2 && <3,
|
||||
postgresql-binary >=0.14 && <0.15,
|
||||
postgresql-libpq >=0.10.1 && <0.10.3,
|
||||
postgresql-libpq >=0.10.1 && <0.12,
|
||||
profunctors >=5.1 && <6,
|
||||
scientific >=0.3 && <0.4,
|
||||
text >=1 && <3,
|
||||
|
@ -15,7 +15,7 @@ module Hasql.LibPq14
|
||||
)
|
||||
where
|
||||
|
||||
import Database.PostgreSQL.LibPQ as Base hiding (ExecStatus (..), resultStatus)
|
||||
import Database.PostgreSQL.LibPQ as Base hiding (ExecStatus (..), PipelineStatus (..), enterPipelineMode, exitPipelineMode, pipelineStatus, pipelineSync, resultStatus, sendFlushRequest)
|
||||
import Database.PostgreSQL.LibPQ.Internal qualified as BaseInternal
|
||||
import Hasql.LibPq14.Ffi qualified as Ffi
|
||||
import Hasql.LibPq14.Mappings qualified as Mappings
|
||||
|
Loading…
Reference in New Issue
Block a user