[Git][haskell-team/DHG_packages][master] text-format: patch for newer base

Clint Adams gitlab at salsa.debian.org
Tue Aug 27 22:57:57 BST 2019



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


Commits:
807fa976 by Clint Adams at 2019-08-27T21:57:32Z
text-format: patch for newer base

- - - - -


4 changed files:

- p/haskell-text-format/debian/changelog
- p/haskell-text-format/debian/control
- + p/haskell-text-format/debian/patches/newer-deps
- + p/haskell-text-format/debian/patches/series


Changes:

=====================================
p/haskell-text-format/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-text-format (0.3.2-3) unstable; urgency=medium
+
+  * Patch for newer base.
+
+ -- Clint Adams <clint at debian.org>  Tue, 27 Aug 2019 17:56:11 -0400
+
 haskell-text-format (0.3.2-2) unstable; urgency=medium
 
   * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)


=====================================
p/haskell-text-format/debian/control
=====================================
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 10),
 Build-Depends-Indep: ghc-doc,
  libghc-double-conversion-doc,
  libghc-old-locale-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.4.0
 Homepage: https://github.com/bos/text-format
 X-Description: text formatting
  A text formatting library optimized for both ease of use and high


=====================================
p/haskell-text-format/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/text-format.cabal
++++ b/text-format.cabal
+@@ -53,7 +53,7 @@
+ 
+   build-depends:
+     array,
+-    base >=4.3 && <4.12,
++    base >=4.3 && <4.13,
+     integer-gmp >= 0.2,
+     double-conversion >= 0.2.0.0,
+     ghc-prim,


=====================================
p/haskell-text-format/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/807fa9760d86ec549167daf29a2fb871139246a7
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/20190827/0df85298/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list