Skip to content

singletons-base: enable -XTypeAbstractions

sheaf requested to merge sheaf/head.hackage:ghc-11112-c into master

This patch enables the TypeAbstractions extension in singletons-base on GHC >= 9.8, as the extension is now required for invisible binders in type declarations, which are used pervasively throughout the library.

Merge request reports