singletons icon indicating copy to clipboard operation
singletons copied to clipboard

Use `GHC2024` in `singletons-th` and `singletons-base`

Open RyanGlScott opened this issue 9 months ago • 1 comments

GHC 9.10 introduces the GHC2024 language extension set. As compared to GHC2021, this enables several additional language extensions by default, and several of these are ones that are commonly sprinkled throughout the code (e.g., DataKinds). Following in the footsteps of https://github.com/goldfirere/singletons/issues/508, we should make GHC2024 the default-language in the .cabal files for singletons-th and singletons-base.

RyanGlScott avatar May 24 '24 11:05 RyanGlScott