$OpenBSD: patch-exceptions_cabal,v 1.1 2018/01/22 21:23:53 kili Exp $

Metadata dependency changes.

Index: exceptions.cabal
--- exceptions.cabal.orig
+++ exceptions.cabal
@@ -35,7 +35,7 @@ library
   build-depends:
     base                       >= 4.3      && < 5,
     stm                        >= 2.2      && < 3,
-    template-haskell           >= 2.2      && < 2.12,
+    template-haskell           >= 2.2      && < 2.13,
     transformers               >= 0.2      && < 0.6,
     transformers-compat        >= 0.3      && < 0.6,
     mtl                        >= 2.0      && < 2.3
@@ -62,4 +62,4 @@ test-suite exceptions-tests
     mtl,
     test-framework             >= 0.8      && < 0.9,
     test-framework-quickcheck2 >= 0.3      && < 0.4,
-    QuickCheck                 >= 2.5      && < 2.10
+    QuickCheck                 >= 2.5      && < 2.11
