Commit 8b8ae00e authored by Clint Adams's avatar Clint Adams
Browse files

tagged: patch for newer template-haskell

parent 32328ec3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-tagged (0.8.5-4) unstable; urgency=medium

  * Patch for newer template-haskell.

 -- Clint Adams <clint@debian.org>  Thu, 12 Apr 2018 10:36:17 -0400

haskell-tagged (0.8.5-3) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+11 −0
Original line number Diff line number Diff line
--- a/tagged.cabal
+++ b/tagged.cabal
@@ -57,7 +57,7 @@
 
   if impl(ghc>=7.6)
     exposed-modules: Data.Proxy.TH
-    build-depends: template-haskell >= 2.8 && < 2.12
+    build-depends: template-haskell >= 2.8 && < 2.14
 
   if flag(deepseq)
     build-depends: deepseq >= 1.1 && < 1.5
+1 −0
Original line number Diff line number Diff line
newer-th