diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 52ba1b6..eba3747 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -43,14 +43,19 @@ jobs: strategy: matrix: include: - - compiler: ghc-9.12.1 + - compiler: ghc-9.14.1 compilerKind: ghc - compilerVersion: 9.12.1 + compilerVersion: 9.14.1 setup-method: ghcup allow-failure: false - - compiler: ghc-9.10.1 + - compiler: ghc-9.12.2 compilerKind: ghc - compilerVersion: 9.10.1 + compilerVersion: 9.12.2 + setup-method: ghcup + allow-failure: false + - compiler: ghc-9.10.2 + compilerKind: ghc + compilerVersion: 9.10.2 setup-method: ghcup allow-failure: false - compiler: ghc-9.8.4 diff --git a/postgresql-libpq-configure/postgresql-libpq-configure.cabal b/postgresql-libpq-configure/postgresql-libpq-configure.cabal index 109f95e..dfefde1 100644 --- a/postgresql-libpq-configure/postgresql-libpq-configure.cabal +++ b/postgresql-libpq-configure/postgresql-libpq-configure.cabal @@ -28,8 +28,9 @@ tested-with: || ==9.4.8 || ==9.6.6 || ==9.8.4 - || ==9.10.1 - || ==9.12.1 + || ==9.10.2 + || ==9.12.2 + || ==9.14.1 build-type: Configure extra-source-files: diff --git a/postgresql-libpq-pkgconfig/postgresql-libpq-pkgconfig.cabal b/postgresql-libpq-pkgconfig/postgresql-libpq-pkgconfig.cabal index b8f4f89..f11ac28 100644 --- a/postgresql-libpq-pkgconfig/postgresql-libpq-pkgconfig.cabal +++ b/postgresql-libpq-pkgconfig/postgresql-libpq-pkgconfig.cabal @@ -28,8 +28,9 @@ tested-with: || ==9.4.8 || ==9.6.6 || ==9.8.4 - || ==9.10.1 - || ==9.12.1 + || ==9.10.2 + || ==9.12.2 + || ==9.14.1 extra-source-files: CHANGELOG.md diff --git a/postgresql-libpq.cabal b/postgresql-libpq.cabal index d0c2c85..e3c9fb9 100644 --- a/postgresql-libpq.cabal +++ b/postgresql-libpq.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: postgresql-libpq version: 0.11.0.0 -x-revision: 1 +x-revision: 2 synopsis: low-level binding to libpq description: This is a binding to libpq: the C application @@ -33,8 +33,9 @@ tested-with: || ==9.4.8 || ==9.6.6 || ==9.8.4 - || ==9.10.1 - || ==9.12.1 + || ==9.10.2 + || ==9.12.2 + || ==9.14.1 extra-source-files: CHANGELOG.md @@ -73,7 +74,7 @@ library Database.PostgreSQL.LibPQ.Ptr build-depends: - , base >=4.12.0.0 && <4.22 + , base >=4.12.0.0 && <4.23 , bytestring >=0.10.8.2 && <0.13 if !os(windows)