Commit 4bac2a24 authored by Clint Adams's avatar Clint Adams
Browse files

svg-builder: patch for newer base

parent 3f24adc3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-svg-builder (0.1.0.2-4) unstable; urgency=medium

  * Patch for newer base.

 -- Clint Adams <clint@debian.org>  Thu, 12 Apr 2018 18:32:45 -0400

haskell-svg-builder (0.1.0.2-3) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+11 −0
Original line number Diff line number Diff line
--- a/svg-builder.cabal
+++ b/svg-builder.cabal
@@ -20,7 +20,7 @@
                        Graphics.Svg.Path,
                        Graphics.Svg.Elements,
                        Graphics.Svg.Attributes
-  build-depends:       base                  >= 4.5   && < 4.10,
+  build-depends:       base                  >= 4.5   && < 5,
                        blaze-builder         >= 0.4   && < 0.5,
                        bytestring            >= 0.10  && < 0.11,
                        hashable              >= 1.1   && < 1.3,
+1 −0
Original line number Diff line number Diff line
newer-base