[Git][haskell-team/DHG_packages][master] haskell-diagrams-cairo: patch for newer deps

Gianfranco Costamagna gitlab at salsa.debian.org
Fri Sep 6 18:55:37 BST 2019



Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
9f4f4991 by Gianfranco Costamagna at 2019-09-06T17:54:59Z
haskell-diagrams-cairo: patch for newer deps

- - - - -


4 changed files:

- p/haskell-diagrams-cairo/debian/changelog
- p/haskell-diagrams-cairo/debian/control
- + p/haskell-diagrams-cairo/debian/patches/newer-deps
- + p/haskell-diagrams-cairo/debian/patches/series


Changes:

=====================================
p/haskell-diagrams-cairo/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-diagrams-cairo (1.4.1-4) unstable; urgency=medium
+
+  * Patch for newer deps
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 06 Sep 2019 19:53:19 +0200
+
 haskell-diagrams-cairo (1.4.1-3) unstable; urgency=medium
 
   * Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)


=====================================
p/haskell-diagrams-cairo/debian/control
=====================================
@@ -29,10 +29,10 @@ Build-Depends:
  libghc-hashable-dev (>= 1.1),
  libghc-hashable-prof,
  libghc-juicypixels-dev (>= 3.1.3.2),
- libghc-juicypixels-dev (<< 3.3),
+ libghc-juicypixels-dev (<< 3.4),
  libghc-juicypixels-prof,
  libghc-lens-dev (>= 3.8),
- libghc-lens-dev (<< 4.17),
+ libghc-lens-dev (<< 4.18),
  libghc-lens-prof,
  libghc-optparse-applicative-dev (>= 0.13),
  libghc-optparse-applicative-dev (<< 0.15),


=====================================
p/haskell-diagrams-cairo/debian/patches/newer-deps
=====================================
@@ -0,0 +1,26 @@
+--- haskell-diagrams-cairo-1.4.1.orig/diagrams-cairo.cabal
++++ haskell-diagrams-cairo-1.4.1/diagrams-cairo.cabal
+@@ -53,7 +53,7 @@ Library
+                        Diagrams.Backend.Cairo.Ptr
+                        Diagrams.Backend.Cairo.Text
+   Hs-source-dirs:      src
+-  Build-depends:       base >= 4.2 && < 4.12,
++  Build-depends:       base >= 4.2 && < 4.13,
+                        mtl >= 2.0 && < 2.3,
+                        filepath,
+                        diagrams-core >= 1.3 && < 1.5,
+@@ -62,11 +62,11 @@ Library
+                        pango >= 0.12.5  && < 0.14,
+                        colour,
+                        split >= 0.1.2 && < 0.3,
+-                       containers >= 0.3 && < 0.6,
+-                       lens >= 3.8 && < 4.17,
++                       containers >= 0.3,
++                       lens >= 3.8 && < 4.18,
+                        data-default-class >= 0.0.1 && < 0.2,
+                        statestack >= 0.2 && < 0.3,
+-                       JuicyPixels >= 3.1.3.2 && < 3.3,
++                       JuicyPixels >= 3.1.3.2 && < 3.4,
+                        vector >= 0.10.0 && < 0.13,
+                        array >= 0.4.0 && < 0.6,
+                        bytestring >= 0.9 && < 0.11,


=====================================
p/haskell-diagrams-cairo/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/9f4f49911ba7bd9969a8c151f7da36ec62bceba3
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/bfd4c5dc/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list