From 9a8b3898a4da9cd2a529bc98332f68cd7de28c0a Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sat, 20 Feb 2021 23:50:45 +0200 Subject: [PATCH] Allow base-4.15 --- appveyor.yml | 4 +++- postgresql-libpq.cabal | 8 +++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c7252f9..841c994 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,9 @@ environment: DATABASE_CONNSTRING: appveyor matrix: # 64 bit builds - - GHCVER: "8.8.1" + - GHCVER: "8.10.4" + CHOCOPTS: + - GHCVER: "8.8.4" CHOCOPTS: - GHCVER: "8.6.5" CHOCOPTS: diff --git a/postgresql-libpq.cabal b/postgresql-libpq.cabal index 316d3a3..ddb4de5 100644 --- a/postgresql-libpq.cabal +++ b/postgresql-libpq.cabal @@ -1,5 +1,6 @@ name: postgresql-libpq version: 0.9.4.3 +x-revision: 1 synopsis: low-level binding to libpq description: This is a binding to libpq: the C application @@ -35,14 +36,15 @@ tested-with: || ==8.4.4 || ==8.6.5 || ==8.8.4 - || ==8.10.3 + || ==8.10.4 + || ==9.0.1 extra-source-files: CHANGELOG.md custom-setup setup-depends: base >=4.3 && <5 - , Cabal >=1.10 && <3.3 + , Cabal >=1.10 && <3.5 -- If true, use pkg-config, otherwise use the pg_config based build -- configuration @@ -61,7 +63,7 @@ library other-modules: Database.PostgreSQL.LibPQ.Compat build-depends: - base >=4.3 && <4.15 + base >=4.3 && <4.16 , bytestring >=0.9.1.0 && <0.12 if !os(windows)