From 3ffb6515f0549e82fd2d5f8d2a69d721d7c1bc4e Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Wed, 24 Nov 2021 10:40:30 -0500 Subject: [PATCH] Allow template-haskell 2.18 --- witch.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/witch.cabal b/witch.cabal index a4a4dce..8fe644b 100644 --- a/witch.cabal +++ b/witch.cabal @@ -51,7 +51,7 @@ library import: basics build-depends: - , template-haskell >= 2.12.0 && < 2.18 + , template-haskell >= 2.12.0 && < 2.19 exposed-modules: Witch Witch.From