[Git][haskell-team/DHG_packages][master] diagrams-gtk: Patch for newer deps
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Tue Aug 2 20:41:20 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
810400f0 by Ilias Tsitsimpis at 2022-08-02T22:41:11+03:00
diagrams-gtk: Patch for newer deps
- - - - -
2 changed files:
- p/haskell-diagrams-gtk/debian/changelog
- p/haskell-diagrams-gtk/debian/patches/newer-deps
Changes:
=====================================
p/haskell-diagrams-gtk/debian/changelog
=====================================
@@ -1,9 +1,10 @@
-haskell-diagrams-gtk (1.4-8) UNRELEASED; urgency=medium
+haskell-diagrams-gtk (1.4-8) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.1
* Remove retired developer, Joachim Breitner, from Uploaders.
+ * Patch for newer dependencies
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:32:15 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 02 Aug 2022 22:38:07 +0300
haskell-diagrams-gtk (1.4-7) unstable; urgency=medium
=====================================
p/haskell-diagrams-gtk/debian/patches/newer-deps
=====================================
@@ -1,11 +1,29 @@
+Index: b/diagrams-gtk.cabal
+===================================================================
--- a/diagrams-gtk.cabal
+++ b/diagrams-gtk.cabal
-@@ -21,10 +21,10 @@
+@@ -1,5 +1,6 @@
+ name: diagrams-gtk
+ version: 1.4
++x-revision: 4
+ synopsis: Backend for rendering diagrams directly to GTK windows
+ description: An optional add-on to the diagrams-cairo package
+ which allows rendering diagrams directly to GTK windows.
+@@ -12,7 +13,7 @@ copyright: John Lato
+ category: Graphics
+ build-type: Simple
+ cabal-version: >=1.10
+-tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
++tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4
+ extra-source-files: CHANGES.markdown, README.markdown
+
+ source-repository head
+@@ -21,10 +22,10 @@ source-repository head
library
exposed-modules: Diagrams.Backend.Gtk
- build-depends: base >= 4.2 && < 4.10,
-+ build-depends: base >= 4.2 && < 4.14,
++ build-depends: base >= 4.2 && < 4.16,
diagrams-lib >= 1.3 && < 1.5,
diagrams-cairo >= 1.3 && < 1.5,
- gtk >= 0.12.0 && < 0.15,
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/810400f082eabb3e09119631439d4ff5fa5e0fca
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/810400f082eabb3e09119631439d4ff5fa5e0fca
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/20220802/67d311a5/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list