summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/T22759.stderr
blob: deb0842a474ba5ad59fab2474b37b73a7beeb8d3 (plain)
1
2
3
4
5
6

T22759.hs:3:15: warning: [GHC-39567] [-Wstar-is-type (in -Wdefault)]
    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.