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

haskell-diagrams-lib: bump dependency bounds

parent 75669c27
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-diagrams-lib (1.4.2.3-3) unstable; urgency=medium

  * Bump dependency bounds

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

haskell-diagrams-lib (1.4.2.3-2) 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
@@ -50,14 +50,14 @@ Build-Depends:
 libghc-hashable-dev (<< 1.3),
 libghc-hashable-dev (>= 1.1),
 libghc-hashable-prof,
 libghc-juicypixels-dev (<< 3.3),
 libghc-juicypixels-dev (<< 3.4),
 libghc-juicypixels-dev (>= 3.1.5),
 libghc-juicypixels-prof,
 libghc-intervals-dev (>= 0.7),
 libghc-intervals-dev (<< 0.9),
 libghc-intervals-prof,
 libghc-lens-dev (>= 4.6),
 libghc-lens-dev (<< 4.17),
 libghc-lens-dev (<< 4.18),
 libghc-lens-prof,
 libghc-linear-dev (<< 1.21),
 libghc-linear-dev (>= 1.20.1),
+27 −0
Original line number Diff line number Diff line
--- haskell-diagrams-lib-1.4.2.3.orig/diagrams-lib.cabal
+++ haskell-diagrams-lib-1.4.2.3/diagrams-lib.cabal
@@ -100,8 +100,8 @@ Library
                        Diagrams.TwoD.Types,
                        Diagrams.TwoD.Vector,
                        Diagrams.Util
-  Build-depends:       base >= 4.6 && < 4.12,
-                       containers >= 0.3 && < 0.6,
+  Build-depends:       base >= 4.6 && < 4.13,
+                       containers >= 0.3 && < 0.7,
                        array >= 0.3 && < 0.6,
                        semigroups >= 0.3.4 && < 0.19,
                        monoid-extras >= 0.3 && < 0.6,
@@ -113,11 +113,11 @@ Library
                        data-default-class < 0.2,
                        fingertree >= 0.1 && < 0.2,
                        intervals >= 0.7 && < 0.9,
-                       lens >= 4.6 && < 4.17,
+                       lens >= 4.6 && < 4.18,
                        tagged >= 0.7,
                        optparse-applicative >= 0.11 && < 0.15,
                        filepath,
-                       JuicyPixels >= 3.1.5 && < 3.3,
+                       JuicyPixels >= 3.1.5 && < 3.4,
                        hashable >= 1.1 && < 1.3,
                        linear >= 1.20.1 && < 1.21,
                        adjunctions >= 4.0 && < 5.0,
+1 −0
Original line number Diff line number Diff line
newer-deps