hasql 1.8.0.1 → 1.8.0.2
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~postgresql-libpqPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: postgresql-libpq
API changes (from Hackage documentation)
Files
- hasql.cabal +2/−2
- library/Hasql/LibPq14.hs +1/−1
hasql.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: hasql-version: 1.8.0.1+version: 1.8.0.2 category: Hasql, Database, PostgreSQL synopsis: Fast PostgreSQL driver with a flexible mapping API description:@@ -143,7 +143,7 @@ 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,
library/Hasql/LibPq14.hs view
@@ -15,7 +15,7 @@ ) 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