[Git][haskell-team/DHG_packages][master] attoparsec-iso8601: patch for newer GHC 8.8

Clint Adams gitlab at salsa.debian.org
Fri Jun 5 19:27:04 BST 2020



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
989a0010 by Clint Adams at 2020-06-05T14:26:09-04:00
attoparsec-iso8601: patch for newer GHC 8.8

- - - - -


4 changed files:

- p/haskell-attoparsec-iso8601/debian/changelog
- p/haskell-attoparsec-iso8601/debian/control
- + p/haskell-attoparsec-iso8601/debian/patches/newer-deps
- + p/haskell-attoparsec-iso8601/debian/patches/series


Changes:

=====================================
p/haskell-attoparsec-iso8601/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-attoparsec-iso8601 (1.0.1.0-3) unstable; urgency=medium
+
+  * Patch for newer base-compat.
+
+ -- Clint Adams <clint at debian.org>  Fri, 05 Jun 2020 14:26:00 -0400
+
 haskell-attoparsec-iso8601 (1.0.1.0-2) unstable; urgency=medium
 
   * Sourceful upload for GHC 8.8.


=====================================
p/haskell-attoparsec-iso8601/debian/control
=====================================
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 10),
  libghc-attoparsec-dev (>= 0.13.0.1),
  libghc-attoparsec-prof (>= 0.13.0.1),
  libghc-base-compat-dev (>= 0.9.1),
- libghc-base-compat-dev (<< 0.11),
+ libghc-base-compat-dev (<< 0.12),
  libghc-base-compat-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-attoparsec-doc,


=====================================
p/haskell-attoparsec-iso8601/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/attoparsec-iso8601.cabal
++++ b/attoparsec-iso8601.cabal
+@@ -37,7 +37,7 @@
+   build-depends:
+     attoparsec >= 0.13.0.1,
+     base >= 4.5 && < 5,
+-    base-compat >= 0.9.1 && < 0.11,
++    base-compat >= 0.9.1 && < 0.12,
+     text >= 1.1.1.0,
+     time >= 1.1.1.4
+ 


=====================================
p/haskell-attoparsec-iso8601/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/989a0010835315ef2c89667e5c6dbdf542a03593

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/989a0010835315ef2c89667e5c6dbdf542a03593
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/20200605/90c0def6/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list