Skip to content

Commit

Permalink
Make compatible with latest postgresql-libpq
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-volkov committed Aug 31, 2024
1 parent 862f407 commit f75598e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hasql.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion library/Hasql/LibPq14.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f75598e

Please sign in to comment.