serokell / universum

:milky_way: Prelude written in @Serokell
MIT License
176 stars 28 forks source link

Update supported GHC versions #214

Closed gromakovsky closed 5 years ago

gromakovsky commented 5 years ago
  1. We do not explicitly support latest GHC (8.6.*), which is bad because we claim to support at least 3 latest versions.
  2. GHC-7.10.3 which we explicitly support is rather old and for some reason CI build with GHC-7.10.3 fails. I think it's easier to just drop GHC-7.10.3 support.

So let's update universum.cabal, CI config and maybe something else to drop support of 7.10.3 and add support of 8.6.5.