mirror of
https://github.com/lexi-lambda/freer-simple.git
synced 2024-11-22 06:15:16 +03:00
Widen template-haskell version constraint to allow version <2.22
This allows freer-simple to be used with GHC >= 9.4. Prior versions of template-haskell are not compatible with those GHC versions. Newer version of of template-haskell seem to be fully compatible with freer-simple. That is, tests still pass and I haven't noticed any issues in my own project (which use freer-simple). Fixes #40
This commit is contained in:
parent
5304190c1d
commit
03a367f735
@ -84,7 +84,7 @@ library
|
||||
build-depends:
|
||||
, natural-transformation >= 0.2
|
||||
, transformers-base
|
||||
, template-haskell >= 2.11 && < 2.19
|
||||
, template-haskell >= 2.11 && < 2.22
|
||||
|
||||
executable freer-simple-examples
|
||||
import: common
|
||||
|
Loading…
Reference in New Issue
Block a user