kowainik / stan

🕵️ Haskell STatic ANalyser
https://kowainik.github.io/projects/stan
Mozilla Public License 2.0
562 stars 48 forks source link

Remove CI special case for GHC 9.8 #538

Closed tomjaguarpaw closed 7 months ago

tomjaguarpaw commented 7 months ago

Closes https://github.com/kowainik/stan/issues/535

This removes the special case code added in aff7e69d671d22fde0a0236e6bd511804c0605af because at that time stan's depedencies had not yet had their bounds adjusted to support GHC 9.8. Now they do support 9.8 so we can remove the special case.