[Git][haskell-team/DHG_packages][master] attoparsec-iso8601: patch for newer base-compat

Clint Adams gitlab at salsa.debian.org
Mon Oct 22 02:28:25 BST 2018


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


Commits:
f15101ee by Clint Adams at 2018-10-22T01:27:41Z
attoparsec-iso8601: patch for newer base-compat

- - - - -


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.0.0-5) unstable; urgency=medium
+
+  * Patch for newer base-compat.
+
+ -- Clint Adams <clint at debian.org>  Sun, 21 Oct 2018 21:26:29 -0400
+
 haskell-attoparsec-iso8601 (1.0.0.0-4) unstable; urgency=medium
 
   * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)


=====================================
p/haskell-attoparsec-iso8601/debian/control
=====================================
@@ -12,13 +12,12 @@ 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.10),
- libghc-base-compat-prof (>= 0.9.1),
- libghc-base-compat-prof (<< 0.10),
+ libghc-base-compat-dev (<< 0.11),
+ libghc-base-compat-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-attoparsec-doc,
  libghc-base-compat-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.2.1
 Homepage: https://github.com/bos/aeson
 X-Description: parsing of ISO 8601 dates
  Parsing of ISO 8601 dates, originally from aeson.


=====================================
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.10,
++    base-compat >= 0.9.1 && < 0.11,
+     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/f15101ee7a16b58b9acc2880bbfd1adefae51337

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/f15101ee7a16b58b9acc2880bbfd1adefae51337
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/20181022/79dccf90/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list