Skip to content
Snippets Groups Projects
Unverified Commit 8c8eef9d authored by Ryan Scott's avatar Ryan Scott Committed by GitHub
Browse files

Allow building with template-haskell-2.17 (#80)

See ghc/ghc#17645. None of the API
changes in `template-haskell-2.17` affect `exceptions`.
parent 1465dfb3
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ library
build-depends:
base >= 4.3 && < 5,
stm >= 2.2 && < 3,
template-haskell >= 2.2 && < 2.17,
template-haskell >= 2.2 && < 2.18,
mtl >= 2.0 && < 2.3
if !impl(ghc >= 8.0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment