[Git][haskell-team/DHG_packages][master] gi-graphene: Upgrading from 1.0.4 to 1.0.8
Clint Adams (@clint)
gitlab at salsa.debian.org
Fri Feb 13 02:00:03 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
be7a82a8 by Clint Adams at 2026-02-12T20:59:11-05:00
gi-graphene: Upgrading from 1.0.4 to 1.0.8
- - - - -
3 changed files:
- p/haskell-gi-graphene/debian/changelog
- p/haskell-gi-graphene/debian/control
- p/haskell-gi-graphene/debian/patches/no-gi-overloading.patch
Changes:
=====================================
p/haskell-gi-graphene/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-gi-graphene (1.0.8-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Thu, 12 Feb 2026 20:36:49 -0500
+
haskell-gi-graphene (1.0.4-1) unstable; urgency=low
* Initial release
=====================================
p/haskell-gi-graphene/debian/control
=====================================
@@ -15,9 +15,8 @@ Build-Depends: debhelper-compat (= 13),
libghc-gi-glib-prof (<< 2.1),
libghc-gi-gobject-dev (>= 2.0),
libghc-gi-gobject-dev (<< 2.1),
- libghc-gi-gobject-prof (>= 2.0),
- libghc-gi-gobject-prof (<< 2.1),
- libghc-haskell-gi-dev (>= 0.26),
+ libghc-gi-gobject-prof,
+ libghc-haskell-gi-dev (>= 0.26.9),
libghc-haskell-gi-dev (<< 0.27),
libghc-haskell-gi-prof (>= 0.26),
libghc-haskell-gi-prof (<< 0.27),
@@ -32,7 +31,7 @@ Build-Depends-Indep: ghc-doc,
libghc-gi-gobject-doc,
libghc-haskell-gi-doc,
libghc-haskell-gi-base-doc,
-Standards-Version: 4.7.2
+Standards-Version: 4.7.3
Homepage: https://github.com/haskell-gi/haskell-gi
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-gi-graphene/
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-gi-graphene]
=====================================
p/haskell-gi-graphene/debian/patches/no-gi-overloading.patch
=====================================
@@ -1,23 +1,10 @@
--- a/gi-graphene.cabal
+++ b/gi-graphene.cabal
-@@ -30,19 +30,13 @@ library
+@@ -30,7 +30,6 @@ library
build-depends: base >= 4.9 && <5,
haskell-gi-base >= 0.26 && < 0.27,
- haskell-gi >= 0.26 && < 0.27,
+ haskell-gi >= 0.26.9 && < 0.27,
- haskell-gi-overloading < 1.1,
gi-gobject == 2.0.*,
gi-glib == 2.0.*,
bytestring >= 0.10 && < 1,
- containers >= 0.5 && < 1,
-- text >= 1.0 && < 2,
-+ text >= 1.0 && < 2.1,
- transformers >= 0.4 && < 1
-
-- -- Disable overloading when compiling under GHC 8.2.x
-- -- see https://ghc.haskell.org/trac/ghc/ticket/14382
-- if impl(ghc == 8.2.*)
-- build-depends: haskell-gi-overloading == 0.0
--
- -- Note that the following list of exposed modules and autogen
- -- modules is for documentation purposes only, so that some
- -- documentation appears in hackage. The actual list of modules
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/be7a82a896fa0a2bfae26bd632ab7eb6d62bd898
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/be7a82a896fa0a2bfae26bd632ab7eb6d62bd898
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/20260213/a91653e2/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list