[Git][haskell-team/DHG_packages][master] haskell-gi: Upgrading from 0.21.5 to 0.23.1
Clint Adams
gitlab at salsa.debian.org
Mon Jun 8 01:15:42 BST 2020
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
3e9dbd0d by Clint Adams at 2020-06-07T20:15:16-04:00
haskell-gi: Upgrading from 0.21.5 to 0.23.1
- - - - -
3 changed files:
- p/haskell-haskell-gi/debian/changelog
- p/haskell-haskell-gi/debian/control
- p/haskell-haskell-gi/debian/patches/force-overloading
Changes:
=====================================
p/haskell-haskell-gi/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-haskell-gi (0.23.1-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Sun, 07 Jun 2020 20:11:41 -0400
+
haskell-haskell-gi (0.21.5-2) unstable; urgency=medium
* Don't run tests on s390x, they hang
=====================================
p/haskell-haskell-gi/debian/control
=====================================
@@ -8,16 +8,14 @@ Build-Depends: debhelper (>= 9),
cdbs,
ghc,
ghc-prof,
+ libghc-ansi-terminal-dev (>= 0.10),
+ libghc-ansi-terminal-dev (<< 0.11),
+ libghc-ansi-terminal-prof,
libghc-attoparsec-dev (>= 0.13),
- libghc-attoparsec-dev (<< 0.14),
- libghc-attoparsec-prof (>= 0.13),
- libghc-attoparsec-prof (<< 0.14),
- libghc-haskell-gi-base-dev (>= 0.21),
- libghc-haskell-gi-base-dev (<< 0.22),
- libghc-haskell-gi-base-prof (>= 0.21),
- libghc-haskell-gi-base-prof (<< 0.22),
- libghc-mtl-dev (>= 2.2),
- libghc-mtl-prof (>= 2.2),
+ libghc-attoparsec-prof,
+ libghc-haskell-gi-base-dev (>= 0.23.0),
+ libghc-haskell-gi-base-dev (<< 0.24),
+ libghc-haskell-gi-base-prof,
libghc-pretty-show-dev,
libghc-pretty-show-prof,
libghc-regex-tdfa-dev (>= 1.2),
@@ -28,12 +26,13 @@ Build-Depends: debhelper (>= 9),
libghc-text-prof (>= 1.0),
libghc-xdg-basedir-dev,
libghc-xdg-basedir-prof,
- libghc-xml-conduit-dev (>= 1.3.0),
+ libghc-xml-conduit-dev (>= 1.3),
libghc-xml-conduit-prof,
libghc-doctest-dev (>= 0.8),
libghc-doctest-prof (>= 0.8),
libgirepository1.0-dev,
Build-Depends-Indep: ghc-doc,
+ libghc-ansi-terminal-doc,
libghc-attoparsec-doc,
libghc-haskell-gi-base-doc,
libghc-mtl-doc,
@@ -43,7 +42,7 @@ Build-Depends-Indep: ghc-doc,
libghc-text-doc,
libghc-xdg-basedir-doc,
libghc-xml-conduit-doc,
-Standards-Version: 4.4.0
+Standards-Version: 4.5.0
Homepage: https://github.com/haskell-gi/haskell-gi
X-Description: generate Haskell bindings for GI-capable libraries
Generate Haskell bindings for GObject-Introspection-capable libraries.
=====================================
p/haskell-haskell-gi/debian/patches/force-overloading
=====================================
@@ -1,14 +1,11 @@
--- a/lib/Data/GI/CodeGen/Code.hs
+++ b/lib/Data/GI/CodeGen/Code.hs
-@@ -789,9 +789,9 @@
-
+@@ -852,7 +852,7 @@
-- | Generate some convenience CPP macros.
cppMacros :: Text
--cppMacros = T.unlines ["#define ENABLE_OVERLOADING (MIN_VERSION_haskell_gi_overloading(1,0,0) \\"
-+cppMacros = T.unlines ["#define ENABLE_OVERLOADING \\"
- -- Haddocks look better without overloading
-- , " && !defined(__HADDOCK_VERSION__))"
-+ , " (!defined(__HADDOCK_VERSION__))"
- ]
+ cppMacros = T.unlines
+- ["#if (MIN_VERSION_haskell_gi_overloading(1,0,0) && !defined(__HADDOCK_VERSION__))"
++ ["#if !defined(__HADDOCK_VERSION__)"
+ , "#define ENABLE_OVERLOADING"
+ , "#endif"]
- -- | Standard fields for every module.
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3e9dbd0df01026af66511349cf8dd27863ac449a
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3e9dbd0df01026af66511349cf8dd27863ac449a
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/20200608/66302a8a/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list