Skip to content

Allow containers 0.8#337

Merged
jappeace merged 1 commit into
snoyberg:masterfrom
jappeace-sloth:fix/containers-0.8-bounds
Apr 19, 2026
Merged

Allow containers 0.8#337
jappeace merged 1 commit into
snoyberg:masterfrom
jappeace-sloth:fix/containers-0.8-bounds

Conversation

@jappeace-sloth

Copy link
Copy Markdown

Summary

  • Widen containers upper bound from ^>=0.6.4 || ^>=0.7 to ^>=0.6.4 || ^>=0.7 || ^>=0.8
  • Keter only uses standard Data.Map and Data.Set APIs, none of which have breaking changes in containers 0.8
  • All 18 tests pass

Test plan

  • cabal build succeeds with GHC 9.10.3 (ships containers 0.7)
  • cabal test passes (18/18)
  • CI passes

🤖 Generated with Claude Code

Widen containers bound from ^>=0.6.4 || ^>=0.7 to also include ^>=0.8.
Keter only uses standard Data.Map and Data.Set APIs, none of which have
breaking changes in 0.8.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jappeace jappeace merged commit 197ea0a into snoyberg:master Apr 19, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants