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

Merge pull request #93 from ekmett/template-haskell-2.20

Allow building with `template-haskell-2.20.*`
parents 97507d71 a473e4fa
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ library
build-depends:
base >= 4.5 && < 5,
stm >= 2.2 && < 3,
template-haskell >= 2.7 && < 2.20,
template-haskell >= 2.7 && < 2.21,
mtl >= 2.0 && < 2.4
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