Commit 9f4f4991 authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-diagrams-cairo: patch for newer deps

parent 7dec40be
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-diagrams-cairo (1.4.1-4) unstable; urgency=medium

  * Patch for newer deps

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 06 Sep 2019 19:53:19 +0200

haskell-diagrams-cairo (1.4.1-3) unstable; urgency=medium

  * Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)
+2 −2
Original line number Diff line number Diff line
@@ -29,10 +29,10 @@ Build-Depends:
 libghc-hashable-dev (>= 1.1),
 libghc-hashable-prof,
 libghc-juicypixels-dev (>= 3.1.3.2),
 libghc-juicypixels-dev (<< 3.3),
 libghc-juicypixels-dev (<< 3.4),
 libghc-juicypixels-prof,
 libghc-lens-dev (>= 3.8),
 libghc-lens-dev (<< 4.17),
 libghc-lens-dev (<< 4.18),
 libghc-lens-prof,
 libghc-optparse-applicative-dev (>= 0.13),
 libghc-optparse-applicative-dev (<< 0.15),
+26 −0
Original line number Diff line number Diff line
--- haskell-diagrams-cairo-1.4.1.orig/diagrams-cairo.cabal
+++ haskell-diagrams-cairo-1.4.1/diagrams-cairo.cabal
@@ -53,7 +53,7 @@ Library
                        Diagrams.Backend.Cairo.Ptr
                        Diagrams.Backend.Cairo.Text
   Hs-source-dirs:      src
-  Build-depends:       base >= 4.2 && < 4.12,
+  Build-depends:       base >= 4.2 && < 4.13,
                        mtl >= 2.0 && < 2.3,
                        filepath,
                        diagrams-core >= 1.3 && < 1.5,
@@ -62,11 +62,11 @@ Library
                        pango >= 0.12.5  && < 0.14,
                        colour,
                        split >= 0.1.2 && < 0.3,
-                       containers >= 0.3 && < 0.6,
-                       lens >= 3.8 && < 4.17,
+                       containers >= 0.3,
+                       lens >= 3.8 && < 4.18,
                        data-default-class >= 0.0.1 && < 0.2,
                        statestack >= 0.2 && < 0.3,
-                       JuicyPixels >= 3.1.3.2 && < 3.3,
+                       JuicyPixels >= 3.1.3.2 && < 3.4,
                        vector >= 0.10.0 && < 0.13,
                        array >= 0.4.0 && < 0.6,
                        bytestring >= 0.9 && < 0.11,
+1 −0
Original line number Diff line number Diff line
newer-deps