repline icon indicating copy to clipboard operation
repline copied to clipboard

Fix warning: [GHC-39567] [-Wstar-is-type]

Open mlang opened this issue 1 year ago • 0 comments

Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’ relies on the StarIsType extension, which will become deprecated in the future.

Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.

mlang avatar Apr 21 '23 17:04 mlang