Skip to content
Snippets Groups Projects
Commit efe21df8 authored by Ryan Scott's avatar Ryan Scott
Browse files

Allow building with template-haskell-2.22.*

parent d0bbade3
No related branches found
No related tags found
No related merge requests found
next [????.??.??] next [????.??.??]
----------------- -----------------
* Allow building with `template-haskell-2.22.*`.
* Make the test suite build with GHC 9.4 and `mtl-2.3.1`. * Make the test suite build with GHC 9.4 and `mtl-2.3.1`.
0.10.7 [2022.12.04] 0.10.7 [2022.12.04]
......
...@@ -50,7 +50,7 @@ library ...@@ -50,7 +50,7 @@ library
build-depends: build-depends:
base >= 4.5 && < 5, base >= 4.5 && < 5,
stm >= 2.2 && < 3, stm >= 2.2 && < 3,
template-haskell >= 2.7 && < 2.22, template-haskell >= 2.7 && < 2.23,
mtl >= 2.0 && < 2.4 mtl >= 2.0 && < 2.4
if !impl(ghc >= 8.0) 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