lspitzner / pqueue

Haskell priority queue package
Other
15 stars 13 forks source link

Update GHC versions in haskell-ci.yml #125

Closed tmcgilchrist closed 1 year ago

tmcgilchrist commented 1 year ago

ghc 9.6.1 -> 9.6.2 ghc 9.4.4 -> 9.4.5

treeowl commented 1 year ago

Thanks! Unfortunately, this isn't how we make these updates. We use haskell-ci to manage the haskell-ci.yml file. Specifically, the thing to do is update the tested-with field of pqueue.cabal and then run haskell-ci regenerate. I'll just do it this time, since I already sat through the interminable process of compiling the dependencies of haskell-ci.