Skip to content
Snippets Groups Projects
Commit 41b67986 authored by Andrés Sicard-Ramírez's avatar Andrés Sicard-Ramírez Committed by Ryan Scott
Browse files

Bumped upper version bound for template-haskell. (#61)

Fix compilation with GHC 8.4.1. Tested with GHC 8.4.1-alpha1.
parent 5beacde7
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ library ...@@ -35,7 +35,7 @@ library
build-depends: build-depends:
base >= 4.3 && < 5, base >= 4.3 && < 5,
stm >= 2.2 && < 3, stm >= 2.2 && < 3,
template-haskell >= 2.2 && < 2.13, template-haskell >= 2.2 && < 2.14,
transformers >= 0.2 && < 0.6, transformers >= 0.2 && < 0.6,
transformers-compat >= 0.3 && < 0.6, transformers-compat >= 0.3 && < 0.6,
mtl >= 2.0 && < 2.3 mtl >= 2.0 && < 2.3
......
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