haskell-servant / servant

Servat is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more!
https://docs.servant.dev/
1.82k stars 412 forks source link

Fix build warnings for using * instead of Data.Kind.Type #1710

Closed EarlPitts closed 12 months ago

EarlPitts commented 1 year ago

This PR fixes warning messages related to the deprecation of the StarIsType extension by changing *s to Data.Kind.Type.

ysangkok commented 12 months ago

Thanks!