diff --git a/exceptions.cabal b/exceptions.cabal index de68e434f6c397b343f95ec871ddddd27157c093..ad6697db91c56eb2761232981b2b6b42d0bcc2ad 100644 --- a/exceptions.cabal +++ b/exceptions.cabal @@ -47,7 +47,7 @@ library build-depends: base >= 4.3 && < 5, stm >= 2.2 && < 3, - template-haskell >= 2.2 && < 2.18, + template-haskell >= 2.2 && < 2.19, mtl >= 2.0 && < 2.3 if !impl(ghc >= 8.0)