[Git][haskell-team/DHG_packages][master] hgettext: patch for newer dependencies
Clint Adams
gitlab at salsa.debian.org
Thu Jul 30 12:28:20 BST 2020
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
5aa088e7 by Clint Adams at 2020-07-30T07:27:52-04:00
hgettext: patch for newer dependencies
- - - - -
4 changed files:
- p/haskell-hgettext/debian/changelog
- p/haskell-hgettext/debian/control
- + p/haskell-hgettext/debian/patches/newer-src-exts
- p/haskell-hgettext/debian/patches/series
Changes:
=====================================
p/haskell-hgettext/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hgettext (0.1.31.0-7) unstable; urgency=medium
+
+ * Patch for newer dependencies. closes: #964829.
+
+ -- Clint Adams <clint at debian.org> Thu, 30 Jul 2020 07:27:30 -0400
+
haskell-hgettext (0.1.31.0-6) unstable; urgency=medium
* Sourceful upload for GHC 8.8.
=====================================
p/haskell-hgettext/debian/control
=====================================
@@ -15,7 +15,7 @@ Build-Depends:
libghc-setlocale-dev (<< 1.1),
libghc-setlocale-prof,
libghc-src-exts-dev (>= 1.18),
- libghc-src-exts-dev (<< 1.21),
+ libghc-src-exts-dev (<< 1.23),
libghc-uniplate-dev (>= 1.6.12),
libghc-uniplate-dev (<< 1.7),
Build-Depends-Indep:
=====================================
p/haskell-hgettext/debian/patches/newer-src-exts
=====================================
@@ -0,0 +1,22 @@
+--- a/hgettext.cabal
++++ b/hgettext.cabal
+@@ -31,8 +31,8 @@
+ other-modules: Internal
+
+ hs-source-dirs: src
+- build-depends: base >=4.5 && <4.13
+- , Cabal >=1.14 && <1.25 || == 2.0.* || == 2.2.* || == 2.4.*
++ build-depends: base >=4.5 && <5
++ , Cabal >=1.14
+ , containers >=0.4.2 && <0.7
+ , directory >=1.1 && <1.4
+ , filepath >=1.3 && <1.5
+@@ -61,7 +61,7 @@
+ , filepath
+
+ build-depends: deepseq >=1.1 && <1.5
+- , haskell-src-exts >=1.18 && <1.21
++ , haskell-src-exts >=1.18 && <1.23
+ , uniplate >=1.6.12 && <1.7
+
+ ghc-options: -Wall
=====================================
p/haskell-hgettext/debian/patches/series
=====================================
@@ -1,3 +1,4 @@
newer-deps
16.patch
new-containers
+newer-src-exts
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5aa088e79b37778a7855bea2e0b263d8774f1297
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5aa088e79b37778a7855bea2e0b263d8774f1297
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/20200730/3a9b2477/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list