Closed soenkehahn closed 6 years ago
@dalaing: Thanks for the review. Currently only ghc-7.10
and ghc-8.0
are tested on CI, so I assumed that this package wouldn't work on ghc-7.8
and below. Especially since GHC.Generics
-- which this package uses -- changed a bit between these ghc versions. I think. So I don't want to add a dependency on the package void
just on the chance that this might make generics-eot
work for older compiler versions.
I've created #16, which is somewhat related.
Looks good to me. Maybe consider adding
void
topackage.yaml
andgenerics-eot.cabal
? That'll take care of the version management so thatgenerics-eot
works with version of GHC both before and after whenVoid
was added tobase
.