haskell / directory

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

Update the CI and cabal file to add GHC versions #149

Closed Kleidukos closed 1 year ago

Kleidukos commented 1 year ago

This PR fixes #148.

More GHC versions are added to the CI, and the cabal file reflects those versions.

Rufflewind commented 1 year ago

Thanks!