plaidfinch / StrictCheck

Keep your laziness in check!
https://hackage.haskell.org/package/StrictCheck.
MIT License
32 stars 4 forks source link

builds and passes tests with GHC 9.2.2 #9

Closed shapr closed 2 years ago

shapr commented 2 years ago

Here's a fifteen minute hack to get StrictCheck building and passing tests with GHC 8.10.7 and GHC 9.2.2

  1. First commit: update the library to work with GHC 8.10.7 via relaxing the dependency bounds
  2. Second commit: update to GHC 9.2.2 by adding the new Template Haskell fields, while pretty much ignoring the contents of those fields.

I also added nix files because I use nix locally, if these bonus files are unwelcome I will happily remove them from this Pull Request.

plaidfinch commented 2 years ago

Thank you for this! It's nice to see that there are still folks out there interested in this work :)