[Git][haskell-team/DHG_packages][master] lucid-svg: patch to build with newer base
Clint Adams
gitlab at salsa.debian.org
Fri Apr 27 02:26:42 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
e8c7ab30 by Clint Adams at 2018-04-26T21:25:48-04:00
lucid-svg: patch to build with newer base
- - - - -
3 changed files:
- p/haskell-lucid-svg/debian/changelog
- + p/haskell-lucid-svg/debian/patches/newer-base
- + p/haskell-lucid-svg/debian/patches/series
Changes:
=====================================
p/haskell-lucid-svg/debian/changelog
=====================================
--- a/p/haskell-lucid-svg/debian/changelog
+++ b/p/haskell-lucid-svg/debian/changelog
@@ -1,3 +1,9 @@
+haskell-lucid-svg (0.7.0.0-4) unstable; urgency=medium
+
+ * Patch to build with newer base.
+
+ -- Clint Adams <clint at debian.org> Thu, 26 Apr 2018 21:20:28 -0400
+
haskell-lucid-svg (0.7.0.0-3) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-lucid-svg/debian/patches/newer-base
=====================================
--- /dev/null
+++ b/p/haskell-lucid-svg/debian/patches/newer-base
@@ -0,0 +1,11 @@
+--- a/lucid-svg.cabal
++++ b/lucid-svg.cabal
+@@ -19,7 +19,7 @@
+ Lucid.Svg.Path,
+ Lucid.Svg.Elements,
+ Lucid.Svg.Attributes
+- build-depends: base >= 4.5 && < 4.10,
++ build-depends: base >= 4.5 && < 5,
+ blaze-builder >= 0.2 && < 0.5,
+ transformers >= 0.2 && < 0.6,
+ text >= 0.11 && < 1.3,
=====================================
p/haskell-lucid-svg/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-lucid-svg/debian/patches/series
@@ -0,0 +1 @@
+newer-base
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/e8c7ab30e8cd15dddb861bfa3c590bfce7f53204
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/e8c7ab30e8cd15dddb861bfa3c590bfce7f53204
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/20180427/e07559ed/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list