Commit 7ec5a9c3 authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

threadscope: patch for newer dependencies

parent 96afae57
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
threadscope (0.2.11.1-3) UNRELEASED; urgency=medium
threadscope (0.2.11.1-3) unstable; urgency=medium

  [ Dmitry Bogatov ]
  * Add missing "Upstream-Name" field into "debian/copyright".

 -- Dmitry Bogatov <KAction@debian.org>  Thu, 16 May 2019 14:24:34 +0000
  [ Gianfranco Costamagna ]
  * Patch for newer dependencies

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Mon, 09 Sep 2019 12:57:08 +0200

threadscope (0.2.11.1-2) unstable; urgency=medium

+2 −2
Original line number Diff line number Diff line
@@ -13,10 +13,10 @@ Build-Depends:
 libghc-cairo-dev (<< 0.14),
 libghc-file-embed-dev (<< 0.1),
 libghc-ghc-events-dev (>= 0.5),
 libghc-ghc-events-dev (<< 0.9),
 libghc-ghc-events-dev (<< 1.0),
 libghc-glib-dev (<< 0.14),
 libghc-gtk-dev (>= 0.12),
 libghc-gtk-dev (<< 0.15),
 libghc-gtk-dev (<< 0.16),
 libghc-pango-dev (<< 0.14),
 libghc-temporary-dev (>= 1.1),
 libghc-temporary-dev (<< 1.4),
+28 −0
Original line number Diff line number Diff line
--- threadscope-0.2.11.1.orig/threadscope.cabal
+++ threadscope-0.2.11.1/threadscope.cabal
@@ -47,7 +47,7 @@ source-repository head
 Executable threadscope
   Main-is:           Main.hs
   Build-Depends:     base >= 4.6 && < 5,
-                     gtk >= 0.12 && < 0.15,
+                     gtk >= 0.12 && < 0.16,
                      cairo < 0.14,
                      glib < 0.14,
                      pango < 0.14,
@@ -55,14 +55,14 @@ Executable threadscope
                      array < 0.6,
                      mtl < 2.3,
                      filepath < 1.5,
-                     ghc-events >= 0.5 && < 0.9,
+                     ghc-events >= 0.5 && < 1.0,
                      containers >= 0.2 && < 0.7,
                      deepseq >= 1.1,
                      text < 1.3,
                      time >= 1.1 && < 1.10,
                      bytestring < 0.11,
                      file-embed < 0.1,
-                     template-haskell < 2.14,
+                     template-haskell < 2.15,
                      temporary >= 1.1 && < 1.4
   if os(osx)
     build-depends:   gtk-mac-integration < 0.4
+1 −0
Original line number Diff line number Diff line
newer-deps