Skip to content

Commit

Permalink
Bumped the upper bound of the template-haskell dependency to compile …
Browse files Browse the repository at this point in the history
…with GHC 9.12.1
  • Loading branch information
blamario committed Dec 28, 2024
1 parent dafeb4d commit a2820cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ packages:
rank2classes/
grammatical-parsers/
deep-transformations/
../input-parsers/

allow-newer: data-functor-logistic:base
allow-newer: data-functor-logistic:base, indexed-traversable:base, indexed-traversable-instances:base
2 changes: 1 addition & 1 deletion deep-transformations/deep-transformations.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ library
ghc-options: -Wall
build-depends: base >= 4.11 && < 5, rank2classes >= 1.4.1 && < 1.6,
transformers >= 0.5 && < 0.7,
template-haskell >= 2.11 && < 2.23, generic-lens >= 1.2 && < 2.3
template-haskell >= 2.11 && < 2.24, generic-lens >= 1.2 && < 2.3
default-language: Haskell2010

test-suite doctests
Expand Down
2 changes: 1 addition & 1 deletion rank2classes/rank2classes.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ library
data-functor-logistic < 0.1

if flag(use-template-haskell)
build-depends: template-haskell >= 2.11 && < 2.23
build-depends: template-haskell >= 2.11 && < 2.24
exposed-modules: Rank2.TH

test-suite doctests
Expand Down

0 comments on commit a2820cd

Please sign in to comment.