Skip to content

Commit 5da717f

Browse files
committed
Widen template-haskell version constraint to allow version 2.19
This allows freer-simple to be used with GHC 9.4.X. Prior versions of template-haskell are not compatible with GHC 9.4. The 2.19 release of template-haskell seems 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
1 parent 5304190 commit 5da717f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

freer-simple.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ library
8484
build-depends:
8585
, natural-transformation >= 0.2
8686
, transformers-base
87-
, template-haskell >= 2.11 && < 2.19
87+
, template-haskell >= 2.11 && < 2.20
8888

8989
executable freer-simple-examples
9090
import: common

0 commit comments

Comments
 (0)