From 42b1360668c36eab573449941d5362867a957899 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Mon, 11 Nov 2019 19:59:32 -0500
Subject: [PATCH] Allow template-haskell 2.16

---
 exceptions.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exceptions.cabal b/exceptions.cabal
index 68fb9a4..fb37b1e 100644
--- a/exceptions.cabal
+++ b/exceptions.cabal
@@ -49,7 +49,7 @@ library
   build-depends:
     base                       >= 4.3      && < 5,
     stm                        >= 2.2      && < 3,
-    template-haskell           >= 2.2      && < 2.16,
+    template-haskell           >= 2.2      && < 2.17,
     mtl                        >= 2.0      && < 2.3
 
   if !impl(ghc >= 8.0)
-- 
GitLab