[Git][haskell-team/DHG_packages][master] diagrams-gtk: patch for newer base

Clint Adams gitlab at salsa.debian.org
Tue Apr 17 06:02:26 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
11834405 by Clint Adams at 2018-04-17T01:01:55-04:00
diagrams-gtk: patch for newer base

- - - - -


3 changed files:

- p/haskell-diagrams-gtk/debian/changelog
- + p/haskell-diagrams-gtk/debian/patches/newer-deps
- + p/haskell-diagrams-gtk/debian/patches/series


Changes:

=====================================
p/haskell-diagrams-gtk/debian/changelog
=====================================
--- a/p/haskell-diagrams-gtk/debian/changelog
+++ b/p/haskell-diagrams-gtk/debian/changelog
@@ -1,3 +1,9 @@
+haskell-diagrams-gtk (1.4-3) unstable; urgency=medium
+
+  * Patch for newer base.
+
+ -- Clint Adams <clint at debian.org>  Tue, 17 Apr 2018 01:01:44 -0400
+
 haskell-diagrams-gtk (1.4-2) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-diagrams-gtk/debian/patches/newer-deps
=====================================
--- /dev/null
+++ b/p/haskell-diagrams-gtk/debian/patches/newer-deps
@@ -0,0 +1,11 @@
+--- a/diagrams-gtk.cabal
++++ b/diagrams-gtk.cabal
+@@ -21,7 +21,7 @@
+ 
+ library
+   exposed-modules:     Diagrams.Backend.Gtk
+-  build-depends:       base >= 4.2 && < 4.10,
++  build-depends:       base >= 4.2 && < 4.11,
+                        diagrams-lib >= 1.3 && < 1.5,
+                        diagrams-cairo >= 1.3 && < 1.5,
+                        gtk >= 0.12.0 && < 0.15,


=====================================
p/haskell-diagrams-gtk/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-diagrams-gtk/debian/patches/series
@@ -0,0 +1 @@
+newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/1183440598837159b3f73ca240a61bb03e675cca

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/1183440598837159b3f73ca240a61bb03e675cca
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/20180417/9cf9cc07/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list