Re-enable fastmemo: 0.1.2 fixes the out-of-date bounds - #8086
Merged
mihaimaruseac merged 1 commit intoAug 11, 2026
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01N7WExoJRXb3gjYr8BTnpab
There was a problem hiding this comment.
Pull request overview
Removes outdated “disabled” build constraints for fastmemo in the Stackage build constraints list, allowing the package to be considered again now that fastmemo-0.1.2 relaxes its upper bounds to support newer snapshots.
Changes:
- Drops three
fastmemo < 0disable constraints that were tied tofastmemo-0.1.1’s overly restrictive bounds. - Leaves the maintainer/package listing intact (so
fastmemoremains tracked under its maintainer entry).
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fastmemo was disabled because 0.1.1's bounds predate GHC 9.6+ (
base < 4.18,bytestring < 0.12,containers < 0.7).I've uploaded fastmemo-0.1.2 with relaxed bounds (
base < 4.22,bytestring < 0.13,containers < 0.9), which builds and passes its test suite on GHC 9.10.3 (lts-24.54). This PR removes the three stale< 0constraints.I'm the maintainer (@davidspies, already listed in the maintainer section).
🤖 Generated with Claude Code
https://claude.ai/code/session_01N7WExoJRXb3gjYr8BTnpab