tfausak / flow

:droplet: Write more understandable Haskell.
https://hackage.haskell.org/package/flow
MIT License
198 stars 10 forks source link

Bump base version for ghc 9.2 Compatibility #21

Closed sullyj3 closed 2 years ago

sullyj3 commented 2 years ago

It builds with resolver: ghc-9.2 😃

sullyj3 commented 2 years ago

Test suite passes with stack.yaml:

resolver: ghc-9.2
extra-deps:
- HUnit-1.6.2.0@sha256:1a79174e8af616117ad39464cac9de205ca923da6582825e97c10786fda933a4,1588
- call-stack-0.4.0@sha256:ac44d2c00931dc20b01750da8c92ec443eb63a7231e8550188cb2ac2385f7feb,1200
tfausak commented 2 years ago

Thanks! Would you mind adding a line to the build matrix so that CI tests against 9.2?

sullyj3 commented 2 years ago

No worries!