haskell / directory

Platform-independent library for basic file system operations
https://hackage.haskell.org/package/directory
Other
58 stars 47 forks source link

Updating the CI and the cabal file #148

Closed Kleidukos closed 1 year ago

Kleidukos commented 1 year ago

Hi @Rufflewind!

I'd like to update the CI of directory (and the tested-with stanza of the cabal file) to use the latest Cabal, and GHC 9.2 and 9.4.
Would you be okay with a PR?

Rufflewind commented 1 year ago

Feel free to, thanks!

Kleidukos commented 1 year ago

@Rufflewind Anything against using https://github.com/Kleidukos/get-tested/ to automatically generate the build matrix from the cabal file? nevermind, it wouldn't be a good fit, the CI is a tad more involved.