Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On GHC 8.6 or later, `TypeInType` is simply an alias for `DataKinds` + `PolyKinds`. What's more, `TypeInType` emits deprecation warnings with GHC 9.6 or later, so this patch guards the use of `TypeInType` behind CPP to avoid the warnings.
- Loading branch information