Commit 1cc55632 authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-snap-templates: patch for newer deps

parent 7ec5a9c3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-snap-templates (1.0.0.2-3) unstable; urgency=medium

  * Bump dependency bounds

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Mon, 09 Sep 2019 13:03:23 +0200

haskell-snap-templates (1.0.0.2-2) 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-snap-templates-1.0.0.2.orig/snap-templates.cabal
+++ haskell-snap-templates-1.0.0.2/snap-templates.cabal
@@ -76,7 +76,7 @@ Executable snap-framework
     hashable            (>= 1.1 && < 1.2) || (>= 1.2.0.6 && <1.3),
     old-time            >= 1.0     && < 1.2,
 --    snap-server         >= 1.0     && < 1.1,
-    template-haskell    >= 2.2     && < 2.14,
+    template-haskell    >= 2.2     && < 2.15,
     text                >= 0.11    && < 1.3
 
   extensions:
+1 −0
Original line number Diff line number Diff line
rename-snap-binary
newer-deps