[Git][haskell-team/DHG_packages][master] diagrams-cairo: patch for newer lens
Clint Adams
gitlab at salsa.debian.org
Tue Apr 17 01:11:39 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
6b11ecc7 by Clint Adams at 2018-04-16T20:10:58-04:00
diagrams-cairo: patch for newer lens
- - - - -
4 changed files:
- p/haskell-diagrams-cairo/debian/changelog
- p/haskell-diagrams-cairo/debian/control
- p/haskell-diagrams-cairo/debian/patches/newer-deps-from-hackage → p/haskell-diagrams-cairo/debian/patches/newer-deps
- p/haskell-diagrams-cairo/debian/patches/series
Changes:
=====================================
p/haskell-diagrams-cairo/debian/changelog
=====================================
--- a/p/haskell-diagrams-cairo/debian/changelog
+++ b/p/haskell-diagrams-cairo/debian/changelog
@@ -1,3 +1,9 @@
+haskell-diagrams-cairo (1.4-4) unstable; urgency=medium
+
+ * Patch for newer lens.
+
+ -- Clint Adams <clint at debian.org> Mon, 16 Apr 2018 20:10:43 -0400
+
haskell-diagrams-cairo (1.4-3) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-diagrams-cairo/debian/control
=====================================
--- a/p/haskell-diagrams-cairo/debian/control
+++ b/p/haskell-diagrams-cairo/debian/control
@@ -31,7 +31,7 @@ Build-Depends:
libghc-juicypixels-dev (<< 3.3),
libghc-juicypixels-prof,
libghc-lens-dev (>= 3.8),
- libghc-lens-dev (<< 4.16),
+ libghc-lens-dev (<< 4.17),
libghc-lens-prof,
libghc-mtl-dev (<< 2.3),
libghc-mtl-dev (>= 2.0),
@@ -48,8 +48,8 @@ Build-Depends:
libghc-statestack-dev (<< 0.3),
libghc-statestack-dev (>= 0.2),
libghc-statestack-prof,
- libghc-vector-dev (<< 0.13),
libghc-vector-dev (>= 0.10.0),
+ libghc-vector-dev (<< 0.13),
libghc-vector-prof,
Build-Depends-Indep:
ghc-doc,
=====================================
p/haskell-diagrams-cairo/debian/patches/newer-deps-from-hackage → p/haskell-diagrams-cairo/debian/patches/newer-deps
=====================================
--- a/p/haskell-diagrams-cairo/debian/patches/newer-deps-from-hackage
+++ b/p/haskell-diagrams-cairo/debian/patches/newer-deps
@@ -2,11 +2,23 @@ Description: Newer build-deps from hackage
Origin: upstream, https://hackage.haskell.org/package/diagrams-cairo-1.4/revisions/
---
-Index: b/diagrams-cairo.cabal
-===================================================================
--- a/diagrams-cairo.cabal
+++ b/diagrams-cairo.cabal
-@@ -67,10 +67,10 @@ Library
+@@ -53,7 +53,7 @@
+ Diagrams.Backend.Cairo.Ptr
+ Diagrams.Backend.Cairo.Text
+ Hs-source-dirs: src
+- Build-depends: base >= 4.2 && < 4.10,
++ Build-depends: base >= 4.2 && < 4.11,
+ mtl >= 2.0 && < 2.3,
+ filepath,
+ diagrams-core >= 1.3 && < 1.5,
+@@ -63,14 +63,14 @@
+ colour,
+ split >= 0.1.2 && < 0.3,
+ containers >= 0.3 && < 0.6,
+- lens >= 3.8 && < 4.16,
++ lens >= 3.8 && < 4.17,
data-default-class >= 0.0.1 && < 0.2,
statestack >= 0.2 && < 0.3,
JuicyPixels >= 3.1.3.2 && < 3.3,
=====================================
p/haskell-diagrams-cairo/debian/patches/series
=====================================
--- a/p/haskell-diagrams-cairo/debian/patches/series
+++ b/p/haskell-diagrams-cairo/debian/patches/series
@@ -1 +1 @@
-newer-deps-from-hackage
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/6b11ecc74329116684639072efc1b9d905df9401
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/6b11ecc74329116684639072efc1b9d905df9401
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/20180417/53809275/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list