Commit 6ed97087 authored by Clint Adams's avatar Clint Adams
Browse files

exceptions: patch for newer template-haskell

parent ba1f5136
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-exceptions (0.8.3-8) unstable; urgency=medium

  * Patch for newer template-haskell.

 -- Clint Adams <clint@debian.org>  Fri, 13 Apr 2018 12:27:39 -0400

haskell-exceptions (0.8.3-7) unstable; urgency=medium

  * Fix Build-Depends.
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Build-Depends:
 libghc-mtl-dev (>= 2.0),
 libghc-mtl-prof,
 libghc-quickcheck2-dev (>= 2.5),
 libghc-quickcheck2-dev (<< 2.11),
 libghc-quickcheck2-dev (<< 2.12),
 libghc-stm-dev,
 libghc-stm-dev (<< 3),
 libghc-stm-dev (>= 2.2),
@@ -24,7 +24,7 @@ Build-Depends:
 libghc-test-framework-quickcheck2-dev (>= 0.3),
 libghc-test-framework-quickcheck2-dev (<< 0.4),
 libghc-transformers-compat-dev (>= 0.3),
 libghc-transformers-compat-dev (<< 0.6),
 libghc-transformers-compat-dev (<< 0.7),
 libghc-transformers-compat-prof,
Build-Depends-Indep:
 ghc-doc,
+20 −0
Original line number Diff line number Diff line
--- a/exceptions.cabal
+++ b/exceptions.cabal
@@ -35,9 +35,9 @@
   build-depends:
     base                       >= 4.3      && < 5,
     stm                        >= 2.2      && < 3,
-    template-haskell           >= 2.2      && < 2.12,
+    template-haskell           >= 2.2      && < 2.14,
     transformers               >= 0.2      && < 0.6,
-    transformers-compat        >= 0.3      && < 0.6,
+    transformers-compat        >= 0.3      && < 0.7,
     mtl                        >= 2.0      && < 2.3
 
   exposed-modules:
@@ -62,4 +62,4 @@
     mtl,
     test-framework             >= 0.8      && < 0.9,
     test-framework-quickcheck2 >= 0.3      && < 0.4,
-    QuickCheck                 >= 2.5      && < 2.10
+    QuickCheck                 >= 2.5      && < 2.11
+    QuickCheck                 >= 2.5      && < 2.12
+1 −1
Original line number Diff line number Diff line
newer-quickcheck
newer-deps