-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ghc 9.8 #247
ghc 9.8 #247
Conversation
@Ericson2314 : If you want a quick look... This PR raises to bar to build To commits are to be merged as such. |
Avoids throwing empty sets into the union.
- `List.sort` and `List.sortBy` instead of `Sort.msort` - `Set.toList . Set.fromList` instead of `Sort.nub'`
This addresses the
-x-partial
warning where feasible, usingData.List.NonEmpty
. This is an incentive to move to GHC 8 which first had this module inbase
. Thus, GHC 7 will be dropped.TODO:
#if
sContent:
x-partial
warning of GHC 9.8Map
,Set
,Sort
Candidate at: https://hackage.haskell.org/package/alex-3.4.0.1/candidate
Docs at: https://haskell-alex--247.org.readthedocs.build/en/247/