[Git][haskell-team/DHG_packages][master] diagrams-svg: Upgrading from 1.4.2 to 1.4.3

Clint Adams gitlab at salsa.debian.org
Wed Jun 17 00:13:55 BST 2020



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
bc663a34 by Clint Adams at 2020-06-16T19:13:01-04:00
diagrams-svg: Upgrading from 1.4.2 to 1.4.3

- - - - -


3 changed files:

- p/haskell-diagrams-svg/debian/changelog
- p/haskell-diagrams-svg/debian/control
- p/haskell-diagrams-svg/debian/patches/newer-deps


Changes:

=====================================
p/haskell-diagrams-svg/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-diagrams-svg (1.4.3-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Tue, 16 Jun 2020 18:44:13 -0400
+
 haskell-diagrams-svg (1.4.2-4) unstable; urgency=medium
 
   * Newer build-deps from hackage


=====================================
p/haskell-diagrams-svg/debian/control
=====================================
@@ -11,8 +11,11 @@ Build-Depends:
  ghc (>= 8.4.3),
  ghc-prof,
  haskell-devscripts (>= 0.13),
- libghc-base64-bytestring-dev (<< 1.1),
+ libghc-juicypixels-dev (>= 3.1.5),
+ libghc-juicypixels-dev (<< 3.4),
+ libghc-juicypixels-prof,
  libghc-base64-bytestring-dev (>= 1),
+ libghc-base64-bytestring-dev (<< 1.1),
  libghc-base64-bytestring-prof,
  libghc-colour-dev,
  libghc-colour-prof,
@@ -22,23 +25,23 @@ Build-Depends:
  libghc-diagrams-lib-dev (>= 1.4),
  libghc-diagrams-lib-dev (<< 1.5),
  libghc-diagrams-lib-prof,
- libghc-hashable-dev (<< 1.3),
  libghc-hashable-dev (>= 1.1),
+ libghc-hashable-dev (<< 1.4),
  libghc-hashable-prof,
  libghc-juicypixels-dev (<< 3.4),
  libghc-juicypixels-dev (>= 3.1.5),
  libghc-juicypixels-prof,
  libghc-lens-dev (>= 4.0),
- libghc-lens-dev (<< 4.18),
+ libghc-lens-dev (<< 4.20),
  libghc-lens-prof,
- libghc-monoid-extras-dev (<< 0.6),
  libghc-monoid-extras-dev (>= 0.3),
+ libghc-monoid-extras-dev (<< 0.6),
  libghc-monoid-extras-prof,
  libghc-optparse-applicative-dev (>= 0.13),
- libghc-optparse-applicative-dev (<< 0.15),
+ libghc-optparse-applicative-dev (<< 0.16),
  libghc-optparse-applicative-prof,
- libghc-semigroups-dev (<< 0.19),
  libghc-semigroups-dev (>= 0.13),
+ libghc-semigroups-dev (<< 0.20),
  libghc-semigroups-prof,
  libghc-split-dev (<< 0.3),
  libghc-split-dev (>= 0.1.2),
@@ -60,7 +63,7 @@ Build-Depends-Indep:
  libghc-semigroups-doc,
  libghc-split-doc,
  libghc-svg-builder-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
 Homepage: http://projects.haskell.org/diagrams/
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-diagrams-svg
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-diagrams-svg]


=====================================
p/haskell-diagrams-svg/debian/patches/newer-deps
=====================================
@@ -1,47 +1,20 @@
-Index: b/diagrams-svg.cabal
-===================================================================
 --- a/diagrams-svg.cabal
 +++ b/diagrams-svg.cabal
-@@ -1,5 +1,6 @@
- Name:                diagrams-svg
- Version:             1.4.2
-+x-revision: 2
- Synopsis:            SVG backend for diagrams drawing EDSL.
- Homepage:            http://projects.haskell.org/diagrams/
- License:             BSD3
-@@ -12,7 +13,7 @@ Stability:           Experimental
- Category:            Graphics
- Build-type:          Simple
- Cabal-version:       >=1.10
--Tested-with:         GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.2
-+Tested-with:         GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.1
- Description:         This package provides a modular backend for rendering
-                      diagrams created with the diagrams EDSL to SVG
-                      files.  It uses @lucid-svg@ to be a native
-@@ -40,7 +41,7 @@ Library
+@@ -40,7 +40,7 @@
                         Diagrams.Backend.SVG.CmdLine
    Other-modules:       Graphics.Rendering.SVG
    Hs-source-dirs:      src
--  Build-depends:       base                 >= 4.3   && < 4.12
-+  Build-depends:       base                 >= 4.3   && < 4.13
+-  Build-depends:       base                 >= 4.7   && < 4.14
++  Build-depends:       base                 >= 4.7   && < 5
                       , filepath
                       , mtl                  >= 1     && < 2.3
                       , bytestring           >= 0.9   && < 1.0
-@@ -48,13 +49,13 @@ Library
-                      , colour
-                      , diagrams-core        >= 1.4   && < 1.5
-                      , diagrams-lib         >= 1.4   && < 1.5
--                     , monoid-extras        >= 0.3   && < 0.5
-+                     , monoid-extras        >= 0.3   && < 0.6
-                      , svg-builder          >= 0.1   && < 0.2
-                      , text                 >= 0.11  && < 1.3
--                     , JuicyPixels          >= 3.1.5 && < 3.3
-+                     , JuicyPixels          >= 3.1.5 && < 3.4
+@@ -54,7 +54,7 @@
+                      , JuicyPixels          >= 3.1.5 && < 3.4
                       , split                >= 0.1.2 && < 0.3
--                     , containers           >= 0.3   && < 0.6
--                     , lens                 >= 4.0   && < 4.17
-+                     , containers           >= 0.3   && < 0.7
-+                     , lens                 >= 4.0   && < 4.18
-                      , hashable             >= 1.1   && < 1.3
-                      , optparse-applicative >= 0.13  && < 0.15
-                      , semigroups           >= 0.13  && < 0.19
+                      , containers           >= 0.3   && < 0.7
+-                     , lens                 >= 4.0   && < 4.19
++                     , lens                 >= 4.0   && < 4.20
+                      , hashable             >= 1.1   && < 1.4
+                      , optparse-applicative >= 0.13  && < 0.16
+                      , semigroups           >= 0.13  && < 0.20



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/bc663a34d3e0a4153a19ebb5efa2761ac94b0540

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/bc663a34d3e0a4153a19ebb5efa2761ac94b0540
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/20200616/3e13465e/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list