Commit c8572ec0 authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-svg-builder: bump dependency bounds

parent 64f2f0e6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-svg-builder (0.1.1-4) unstable; urgency=medium

  * Bump dependency bounds

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Mon, 26 Aug 2019 19:21:32 +0200

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

  * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
+11 −0
Original line number Diff line number Diff line
--- haskell-svg-builder-0.1.1.orig/svg-builder.cabal
+++ haskell-svg-builder-0.1.1/svg-builder.cabal
@@ -24,7 +24,7 @@ library
                        Graphics.Svg.Path,
                        Graphics.Svg.Elements,
                        Graphics.Svg.Attributes
-  build-depends:       base                  >= 4.5   && < 4.12,
+  build-depends:       base                  >= 4.5   && < 4.13,
                        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-deps