Skip to content

Commit

Permalink
Widen template-haskell version constraint to allow version <2.22
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nmeum committed Mar 10, 2023
1 parent 5304190 commit 03a367f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freer-simple.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03a367f

Please sign in to comment.