[Git][haskell-team/DHG_packages][master] haskell-diagrams-core: patch for newer deps
Gianfranco Costamagna
gitlab at salsa.debian.org
Fri Sep 6 17:55:41 BST 2019
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
75669c27 by Gianfranco Costamagna at 2019-09-06T16:51:15Z
haskell-diagrams-core: patch for newer deps
- - - - -
4 changed files:
- p/haskell-diagrams-core/debian/changelog
- p/haskell-diagrams-core/debian/control
- + p/haskell-diagrams-core/debian/patches/newer-deps
- + p/haskell-diagrams-core/debian/patches/series
Changes:
=====================================
p/haskell-diagrams-core/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-diagrams-core (1.4.1.1-3) unstable; urgency=medium
+
+ * Patch for newer deps
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Fri, 06 Sep 2019 18:48:48 +0200
+
haskell-diagrams-core (1.4.1.1-2) unstable; urgency=medium
* Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)
=====================================
p/haskell-diagrams-core/debian/control
=====================================
@@ -21,7 +21,7 @@ Build-Depends:
libghc-dual-tree-dev (>= 0.2),
libghc-dual-tree-prof,
libghc-lens-dev (>= 4.0),
- libghc-lens-dev (<< 4.17),
+ libghc-lens-dev (<< 4.18),
libghc-lens-prof,
libghc-linear-dev (<< 1.21),
libghc-linear-dev (>= 1.11.3),
=====================================
p/haskell-diagrams-core/debian/patches/newer-deps
=====================================
@@ -0,0 +1,19 @@
+--- haskell-diagrams-core-1.4.1.1.orig/diagrams-core.cabal
++++ haskell-diagrams-core-1.4.1.1/diagrams-core.cabal
+@@ -36,13 +36,13 @@ Library
+ Diagrams.Core.Types,
+ Diagrams.Core.V
+
+- Build-depends: base >= 4.2 && < 4.12,
+- containers >= 0.4.2 && < 0.6,
++ Build-depends: base >= 4.2 && < 4.13,
++ containers >= 0.4.2 && < 0.7,
+ unordered-containers >= 0.2 && < 0.3,
+ semigroups >= 0.8.4 && < 0.19,
+ monoid-extras >= 0.3 && < 0.6,
+ dual-tree >= 0.2 && < 0.3,
+- lens >= 4.0 && < 4.17,
++ lens >= 4.0 && < 4.18,
+ linear >= 1.11.3 && < 1.21,
+ adjunctions >= 4.0 && < 5.0,
+ distributive >=0.2.2 && < 1.0,
=====================================
p/haskell-diagrams-core/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/75669c27c4412e20c8ea3091d2dbd8e780e56e55
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/75669c27c4412e20c8ea3091d2dbd8e780e56e55
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/0b56da09/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list