[Git][haskell-team/DHG_packages][master] haskell-diagrams-lib: bump dependency bounds
Gianfranco Costamagna
gitlab at salsa.debian.org
Fri Sep 6 18:08:08 BST 2019
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
7dec40be by Gianfranco Costamagna at 2019-09-06T17:07:07Z
haskell-diagrams-lib: bump dependency bounds
- - - - -
4 changed files:
- p/haskell-diagrams-lib/debian/changelog
- p/haskell-diagrams-lib/debian/control
- + p/haskell-diagrams-lib/debian/patches/newer-deps
- + p/haskell-diagrams-lib/debian/patches/series
Changes:
=====================================
p/haskell-diagrams-lib/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-diagrams-lib (1.4.2.3-3) unstable; urgency=medium
+
+ * Bump dependency bounds
+
+ -- Gianfranco Costamagna <locutusofborg at 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)
=====================================
p/haskell-diagrams-lib/debian/control
=====================================
@@ -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),
=====================================
p/haskell-diagrams-lib/debian/patches/newer-deps
=====================================
@@ -0,0 +1,27 @@
+--- 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,
=====================================
p/haskell-diagrams-lib/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/7dec40be747eb39ca000443a7a88922083b3ab95
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/7dec40be747eb39ca000443a7a88922083b3ab95
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/e5af27d2/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list