morphismtech / squeal

Squeal, a deep embedding of SQL in Haskell
352 stars 32 forks source link

CI coverage for GHC 9.0; update coverage for GHC 8.10 #313

Closed peterbecich closed 2 years ago

peterbecich commented 2 years ago

CI covers GHC 9.0.2, and 8.10.7

echatav commented 2 years ago

@peterbecich I'm not sure this is correct. It turns out the CI is really only testing one version of GHC because the stack commands didn't specify to use the correct stack yamls. I have a PR to add GHC9 compatibility to Squeal and I updated the CI to correctly test different GHC versions. It's currently blocked by some weirdness with doctests that I couldn't figure out making tests fail only for GHC 9.

echatav commented 2 years ago

closing for now, see #308