SamirTalwar / smoke

Runs tests against anything, using command-line arguments, STDIN, STDOUT and STDERR.
MIT License
89 stars 10 forks source link

Update to GHC 9.2.5. #94

Closed SamirTalwar closed 1 year ago

SamirTalwar commented 1 year ago

Now that Stackage supports it, so can we.

The code changes are a result of more warnings around non-total pattern matching.

Closes #87.