Skip to content

Drop support for GHC 7, remove deriving Typeable everywhere#278

Open
andreasabel wants to merge 1 commit intohaskell-prettyprinter:masterfrom
andreasabel:drop-ghc-7
Open

Drop support for GHC 7, remove deriving Typeable everywhere#278
andreasabel wants to merge 1 commit intohaskell-prettyprinter:masterfrom
andreasabel:drop-ghc-7

Conversation

@andreasabel
Copy link
Contributor

@andreasabel andreasabel commented Feb 27, 2026

deriving Typeable has been obsolete since GHC 7.10 and is now triggering a warning.

Closes #277

`deriving Typeable` has been obsolete since GHC 7.10 and is now
triggering a warning.
@sjakobi sjakobi requested review from Ei30metry and a-02 February 28, 2026 12:09
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.

Drop support for GHC 7, remove Typeable instances

1 participant