[Git][haskell-team/DHG_packages][master] HaXml: patch for newer base and polyparse

Clint Adams gitlab at salsa.debian.org
Sun Jun 7 23:55:36 BST 2020



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


Commits:
a86b09e2 by Clint Adams at 2020-06-07T18:54:50-04:00
HaXml: patch for newer base and polyparse

- - - - -


4 changed files:

- p/haxml/debian/changelog
- p/haxml/debian/control
- + p/haxml/debian/patches/newer-deps
- + p/haxml/debian/patches/series


Changes:

=====================================
p/haxml/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haxml (1:1.25.5-2) unstable; urgency=medium
+
+  * Patch for newer base and polyparse.
+
+ -- Clint Adams <clint at debian.org>  Sun, 07 Jun 2020 18:53:43 -0400
+
 haxml (1:1.25.5-1) unstable; urgency=medium
 
   * New upstream version.


=====================================
p/haxml/debian/control
=====================================
@@ -12,7 +12,7 @@ Build-Depends:
  ghc (>= 8),
  ghc-prof,
  libghc-polyparse-dev (>= 1.12.1),
- libghc-polyparse-dev (<< 1.13),
+ libghc-polyparse-dev (<< 1.14),
  libghc-polyparse-prof,
  libghc-random-dev (>= 1.0),
  libghc-random-dev (<< 1.2),
@@ -24,7 +24,7 @@ Build-Depends-Indep:
  html2text,
  libghc-polyparse-doc,
  libghc-random-doc,
-Standards-Version: 4.4.0
+Standards-Version: 4.5.0
 Homepage: http://projects.haskell.org/HaXml/
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haxml
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haxml]


=====================================
p/haxml/debian/patches/newer-deps
=====================================
@@ -0,0 +1,18 @@
+--- a/HaXml.cabal
++++ b/HaXml.cabal
+@@ -84,13 +84,13 @@
+         Text.XML.HaXml.Schema.Schema
+   hs-source-dirs: src
+   build-depends:
+-    base       >= 4.3.1.0  && < 4.13,
++    base       >= 4.3.1.0  && < 4.15,
+     bytestring >= 0.9.1.10 && < 0.11,
+     containers >= 0.4.0.0  && <0.7,
+     filepath   >= 1.2.0.0  && <1.5,
+     pretty     >= 1.0.1.2  && <1.2,
+     random     >= 1.0      && <1.2,
+-    polyparse  >= 1.12.1   && <1.13
++    polyparse  >= 1.12.1   && <1.14
+   if !impl(ghc >= 8.0)
+     build-depends:
+       semigroups >= 0.18.5  && < 0.19


=====================================
p/haxml/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a86b09e25502a16751b38822c018cdf75cab47ef
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/20200607/4e8a7a93/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list