This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Discussion: GHC minor version support #938
Open
Description
For some compiler versions, the bump makes a difference (e.g. 8.2.1 vs 8.2.2 has a different AST), but for most it does not from a hie perspective.
a) Is this a true statement?
b) should we limit the versions we support out of the box (make build
), to being only the highest?
If we did (b), people could still install the lower number version, if needed.
And I guess we would still need to run CI on each of them.