advancedtelematic / quickcheck-state-machine

Test monadic programs using state machine based models
Other
203 stars 25 forks source link

tame -Wstar-is-type and prepare for ghc 8.6 #247

Closed kderme closed 5 years ago

kderme commented 5 years ago

Since ghc 8.6.2 the use of * is considered deprecated and raises -Wstar-is-type. At this pr we follow the recommended fix (more https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/using-warnings.html#ghc-flag--Wstar-is-type).

stevana commented 5 years ago

Thanks for the fix!