[Git][haskell-team/DHG_packages][master] hgettext: Patch for newer deps
Ilias Tsitsimpis
gitlab at salsa.debian.org
Sat Aug 22 19:51:06 BST 2020
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
fa44180d by Ilias Tsitsimpis at 2020-08-22T21:48:26+03:00
hgettext: Patch for newer deps
- - - - -
3 changed files:
- p/haskell-hgettext/debian/changelog
- p/haskell-hgettext/debian/control
- p/haskell-hgettext/debian/patches/newer-src-exts
Changes:
=====================================
p/haskell-hgettext/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hgettext (0.1.31.0-8) unstable; urgency=medium
+
+ * Patch for newer dependencies
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sat, 22 Aug 2020 21:48:18 +0300
+
haskell-hgettext (0.1.31.0-7) unstable; urgency=medium
* Patch for newer dependencies. closes: #964829.
=====================================
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.23),
+ libghc-src-exts-dev (<< 1.24),
libghc-uniplate-dev (>= 1.6.12),
libghc-uniplate-dev (<< 1.7),
Build-Depends-Indep:
=====================================
p/haskell-hgettext/debian/patches/newer-src-exts
=====================================
@@ -1,6 +1,8 @@
+Index: b/hgettext.cabal
+===================================================================
--- a/hgettext.cabal
+++ b/hgettext.cabal
-@@ -31,8 +31,8 @@
+@@ -31,8 +31,8 @@ library
other-modules: Internal
hs-source-dirs: src
@@ -11,12 +13,12 @@
, containers >=0.4.2 && <0.7
, directory >=1.1 && <1.4
, filepath >=1.3 && <1.5
-@@ -61,7 +61,7 @@
+@@ -61,7 +61,7 @@ executable hgettext
, filepath
build-depends: deepseq >=1.1 && <1.5
- , haskell-src-exts >=1.18 && <1.21
-+ , haskell-src-exts >=1.18 && <1.23
++ , haskell-src-exts >=1.18 && <1.24
, uniplate >=1.6.12 && <1.7
ghc-options: -Wall
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/fa44180d92cb1449901de965eaad3227bcb601a6
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/fa44180d92cb1449901de965eaad3227bcb601a6
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/20200822/7e600f1e/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list