Skip to content

Commit

Permalink
Increase upper bound to include template-haskell 2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Dec 16, 2024
1 parent de55145 commit 39893a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ title: Releases

# Releases

## Hakyll (unreleased)

- GHC 9.12 compatibility: bump `template-haskell` upper bound to include 2.23

## Hakyll 4.16.4.0 (2024-12-08)

- Fixed an issue where compressing CSS with `clamp` expressions would
Expand Down
2 changes: 1 addition & 1 deletion hakyll.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Library
resourcet >= 1.1 && < 1.4,
scientific >= 0.3.4 && < 0.4,
tagsoup >= 0.13.1 && < 0.15,
template-haskell >= 2.14 && < 2.23,
template-haskell >= 2.14 && < 2.24,
text >= 0.11 && < 1.3 || >= 2.0 && < 2.2,
time >= 1.8 && < 1.15,
time-locale-compat >= 0.1 && < 0.2,
Expand Down

0 comments on commit 39893a0

Please sign in to comment.