Commit 04702f5a authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

diagrams-gtk: Newer build-deps from hackage

parent 1678fac7
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
haskell-diagrams-gtk (1.4-5) unstable; urgency=medium

  * Newer build-deps from hackage
  * Update d/copyright file
    - Add missing copyright holders
    - Set license to BSD-3-clause

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Sun, 04 Nov 2018 13:54:22 +0200

haskell-diagrams-gtk (1.4-4) unstable; urgency=medium

  [ Clint Adams ]
+9 −5
Original line number Diff line number Diff line
@@ -4,14 +4,18 @@ Upstream-Contact: diagrams-discuss@googlegroups.com
Source: https://hackage.haskell.org/package/diagrams-gtk

Files: *
Copyright: 2012 John Lato
License: diagrams-gtk license
Copyright: 2012-2015 Daniel Bergey <bergey@teallabs.org>
           2012-2015 Jonas Haag <jonas@lophus.org>
           2012-2015 John Lato <jwlato@gmail.com>
           2012-2015 Jeffrey Rosenbluth <Jeffrey.Rosenbluth@gmail.com>
           2012-2015 Brent Yorgey <byorgey@gmail.com>
License: BSD-3-clause

Files: debian/*
Copyright: 2013 Joachim Breitner
License: diagrams-gtk license
Copyright: held by the contributors mentioned in debian/changelog
License: BSD-3-clause

License: diagrams-gtk license
License: BSD-3-clause
 All rights reserved.
 .
 Redistribution and use in source and binary forms, with or without
+11 −2
Original line number Diff line number Diff line
Index: b/diagrams-gtk.cabal
===================================================================
--- a/diagrams-gtk.cabal
+++ b/diagrams-gtk.cabal
@@ -21,7 +21,7 @@
@@ -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
 
 library
   exposed-modules:     Diagrams.Backend.Gtk
-  build-depends:       base >= 4.2 && < 4.10,
+  build-depends:       base >= 4.2 && < 4.11,
+  build-depends:       base >= 4.2 && < 4.12,
                        diagrams-lib >= 1.3 && < 1.5,
                        diagrams-cairo >= 1.3 && < 1.5,
                        gtk >= 0.12.0 && < 0.15,