[Git][haskell-team/DHG_packages][master] postgresql-libpq: patch for newer base
Clint Adams
gitlab at salsa.debian.org
Sat Jun 13 23:54:42 BST 2020
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
88d5291e by Clint Adams at 2020-06-13T18:49:53-04:00
postgresql-libpq: patch for newer base
- - - - -
3 changed files:
- p/haskell-postgresql-libpq/debian/changelog
- + p/haskell-postgresql-libpq/debian/patches/newer-deps
- + p/haskell-postgresql-libpq/debian/patches/series
Changes:
=====================================
p/haskell-postgresql-libpq/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-postgresql-libpq (0.9.4.2-3) unstable; urgency=medium
+
+ * Patch for newer base.
+
+ -- Clint Adams <clint at debian.org> Sat, 13 Jun 2020 18:49:43 -0400
+
haskell-postgresql-libpq (0.9.4.2-2) unstable; urgency=medium
* Sourceful upload for GHC 8.8.
=====================================
p/haskell-postgresql-libpq/debian/patches/newer-deps
=====================================
@@ -0,0 +1,20 @@
+--- a/postgresql-libpq.cabal
++++ b/postgresql-libpq.cabal
+@@ -37,7 +37,7 @@
+
+ Custom-setup
+ setup-depends:
+- base >= 4.3 && <5, Cabal >= 1.10 && <2.5
++ base >= 4.3 && <5, Cabal >= 1.10 && <3.3
+
+ -- If true, use pkg-config, otherwise use the pg_config based build
+ -- configuration
+@@ -51,7 +51,7 @@
+ include-dirs: cbits
+ Exposed-modules: Database.PostgreSQL.LibPQ
+ Database.PostgreSQL.LibPQ.Internal
+- Build-depends: base >=4.3 && <4.13
++ Build-depends: base >=4.3 && <4.15
+ , bytestring >=0.9.1.0 && <0.11
+
+ if !os(windows)
=====================================
p/haskell-postgresql-libpq/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/88d5291edf9cfe24971497afe383fc73cb09c549
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/88d5291edf9cfe24971497afe383fc73cb09c549
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20200613/eb466eb5/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list