Commit 6b11ecc7 authored by Clint Adams's avatar Clint Adams
Browse files

diagrams-cairo: patch for newer lens

parent 0f78233a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-diagrams-cairo (1.4-4) unstable; urgency=medium

  * Patch for newer lens.

 -- Clint Adams <clint@debian.org>  Mon, 16 Apr 2018 20:10:43 -0400

haskell-diagrams-cairo (1.4-3) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+2 −2
Original line number Diff line number Diff line
@@ -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,
+15 −3
Original line number Diff line number Diff line
@@ -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,
+1 −1
Original line number Diff line number Diff line
newer-deps-from-hackage
newer-deps