Commit e8c7ab30 authored by Clint Adams's avatar Clint Adams
Browse files

lucid-svg: patch to build with newer base

parent 74b3ddc9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-lucid-svg (0.7.0.0-4) unstable; urgency=medium

  * Patch to build with newer base.

 -- Clint Adams <clint@debian.org>  Thu, 26 Apr 2018 21:20:28 -0400

haskell-lucid-svg (0.7.0.0-3) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+11 −0
Original line number Diff line number Diff line
--- a/lucid-svg.cabal
+++ b/lucid-svg.cabal
@@ -19,7 +19,7 @@
                        Lucid.Svg.Path,
                        Lucid.Svg.Elements,
                        Lucid.Svg.Attributes
-  build-depends:       base          >= 4.5   && < 4.10,
+  build-depends:       base          >= 4.5   && < 5,
                        blaze-builder >= 0.2   && < 0.5,
                        transformers  >= 0.2   && < 0.6,
                        text          >= 0.11  && < 1.3,
+1 −0
Original line number Diff line number Diff line
newer-base