Skip to content

LANGUAGE TypeInType is deprecated #169

@andreasabel

Description

@andreasabel

With GHC 9.14 I am getting these warnings:

Building library for generic-lens-2.2.2.0...
src/Data/Generics/Product/Fields.hs:12:14: warning: [GHC-53692] [-Wdeprecated-flags]
    -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
   |
12 | {-# LANGUAGE TypeInType              #-}
   |              ^^^^^^^^^^

Maybe one can simply implement the advice here, which is hopefully backwards compatible:

use -XDataKinds and -XPolyKinds instead

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions