haskell / random

Random number library
Other
53 stars 50 forks source link

Drop support for GHC-7.10 and fix CI #135

Closed lehins closed 1 year ago

lehins commented 1 year ago

This PR removes support for GHC-7.10. Many core packages have already dropped supporting it and considering it is giving us problems on CI it seems like a good time to drop it for random as well.

CI is also fixed by switching to haskell/actions for cabal