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

Gianfranco Costamagna gitlab at salsa.debian.org
Fri Sep 6 19:05:54 BST 2019



Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
b4379154 by Gianfranco Costamagna at 2019-09-06T18:05:20Z
haskell-diagrams-gtk: patch for newer deps

- - - - -


3 changed files:

- p/haskell-diagrams-gtk/debian/changelog
- p/haskell-diagrams-gtk/debian/control
- p/haskell-diagrams-gtk/debian/patches/newer-deps


Changes:

=====================================
p/haskell-diagrams-gtk/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-diagrams-gtk (1.4-6) unstable; urgency=medium
+
+  * Patch for newer deps
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 06 Sep 2019 20:03:30 +0200
+
 haskell-diagrams-gtk (1.4-5) unstable; urgency=medium
 
   * Newer build-deps from hackage


=====================================
p/haskell-diagrams-gtk/debian/control
=====================================
@@ -20,7 +20,7 @@ Build-Depends:
  libghc-diagrams-lib-dev (>= 1.3),
  libghc-diagrams-lib-dev (<< 1.5),
  libghc-diagrams-lib-prof,
- libghc-gtk-dev (<< 0.15),
+ libghc-gtk-dev (<< 0.16),
  libghc-gtk-dev (>= 0.12.0),
  libghc-gtk-prof,
 Build-Depends-Indep:


=====================================
p/haskell-diagrams-gtk/debian/patches/newer-deps
=====================================
@@ -1,20 +1,17 @@
-Index: b/diagrams-gtk.cabal
+Index: haskell-diagrams-gtk-1.4/diagrams-gtk.cabal
 ===================================================================
---- a/diagrams-gtk.cabal
-+++ b/diagrams-gtk.cabal
-@@ -1,5 +1,6 @@
- name:                diagrams-gtk
- version:             1.4
-+x-revision: 2
- 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.
-@@ -21,7 +22,7 @@ source-repository head
+--- haskell-diagrams-gtk-1.4.orig/diagrams-gtk.cabal
++++ haskell-diagrams-gtk-1.4/diagrams-gtk.cabal
+@@ -21,10 +22,10 @@
  
  library
    exposed-modules:     Diagrams.Backend.Gtk
 -  build-depends:       base >= 4.2 && < 4.10,
-+  build-depends:       base >= 4.2 && < 4.12,
++  build-depends:       base >= 4.2 && < 4.13,
                         diagrams-lib >= 1.3 && < 1.5,
                         diagrams-cairo >= 1.3 && < 1.5,
-                        gtk >= 0.12.0 && < 0.15,
+-                       gtk >= 0.12.0 && < 0.15,
++                       gtk >= 0.12.0 && < 0.16,
+                        cairo >= 0.12.4 && < 0.14
+   hs-source-dirs:      src
+   default-language:    Haskell2010



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/b43791547bb5273e4deb1c152d2f79e955880d43
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/20190906/23d485fb/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list