[Git][haskell-team/DHG_packages][master] svg-builder: Patch for newer dependencies
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Tue Jul 19 14:45:17 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
b4c9ec4f by Ilias Tsitsimpis at 2022-07-19T16:43:40+03:00
svg-builder: Patch for newer dependencies
- - - - -
3 changed files:
- p/haskell-svg-builder/debian/changelog
- p/haskell-svg-builder/debian/control
- p/haskell-svg-builder/debian/patches/newer-deps
Changes:
=====================================
p/haskell-svg-builder/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-svg-builder (0.1.1-6) UNRELEASED; urgency=medium
+haskell-svg-builder (0.1.1-6) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.1
+ * Patch for newer dependencies (Closes: #1014018)
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:33:10 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 19 Jul 2022 16:43:34 +0300
haskell-svg-builder (0.1.1-5) unstable; urgency=medium
=====================================
p/haskell-svg-builder/debian/control
=====================================
@@ -14,7 +14,7 @@ Build-Depends:
libghc-blaze-builder-dev (<< 0.5),
libghc-blaze-builder-dev (>= 0.4),
libghc-blaze-builder-prof,
- libghc-hashable-dev (<< 1.4),
+ libghc-hashable-dev (<< 1.5),
libghc-hashable-dev (>= 1.1),
libghc-hashable-prof,
libghc-unordered-containers-dev (<< 0.3),
=====================================
p/haskell-svg-builder/debian/patches/newer-deps
=====================================
@@ -1,23 +1,36 @@
+Index: b/svg-builder.cabal
+===================================================================
--- a/svg-builder.cabal
+++ b/svg-builder.cabal
@@ -1,5 +1,6 @@
name: svg-builder
version: 0.1.1
-+x-revision: 2
++x-revision: 5
synopsis: DSL for building SVG.
description: Fast, easy to write SVG.
homepage: https://github.com/diagrams/svg-builder.git
-@@ -24,13 +25,13 @@
+@@ -12,6 +13,8 @@ category: Graphics
+ build-type: Simple
+ extra-source-files: README.md
+ cabal-version: >=1.10
++tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1 || ==9.2.1
++
+
+ source-repository head
+ type: git
+@@ -24,13 +27,13 @@ library
Graphics.Svg.Path,
Graphics.Svg.Elements,
Graphics.Svg.Attributes
- build-depends: base >= 4.5 && < 4.12,
-+ build-depends: base >= 4.5 && < 4.14,
++ build-depends: base >= 4.5 && < 4.17,
blaze-builder >= 0.4 && < 0.5,
- bytestring >= 0.10 && < 0.11,
+- bytestring >= 0.10 && < 0.11,
- hashable >= 1.1 && < 1.3,
-+ hashable >= 1.1 && < 1.4,
- text >= 0.11 && < 1.3,
+- text >= 0.11 && < 1.3,
++ bytestring >= 0.10 && < 0.12,
++ hashable >= 1.1 && < 1.5,
++ text >= 0.11 && < 2.1,
unordered-containers >= 0.2 && < 0.3
if !impl(ghc >= 8.0)
- build-depends: semigroups >= 0.16.1 && < 0.19
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/b4c9ec4f275726f7f8d32dfb5f4185f8ce3a8f49
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/b4c9ec4f275726f7f8d32dfb5f4185f8ce3a8f49
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/20220719/82a361ae/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list