haskell / actions

Github actions for Haskell CI
147 stars 54 forks source link

add explicit coercion where TypeSsript 5 became more strict #252

Closed ulysses4ever closed 1 year ago

ulysses4ever commented 1 year ago

fix #227

The fix is taken from https://devblogs.microsoft.com/typescript/announcing-typescript-5-0-beta/#forbidden-implicit-coercions-in-relational-operators

ulysses4ever commented 1 year ago

@andreasabel done

andreasabel commented 1 year ago

Thanks, @ulysses4ever !