foundation icon indicating copy to clipboard operation
foundation copied to clipboard

Remove MIN_VERSION_base(4,7,0)

Open ndmitchell opened this issue 7 years ago • 3 comments

That matches GHC 7.8, and given foundation only supports very new things, that compat can be removed. That in turn allows things like compatAndI# to be removed as it would always be andI#.

ndmitchell avatar Dec 21 '17 14:12 ndmitchell

I don't mind too much if it goes away, but I'm not going to actively remove it either now.

vincenthz avatar Dec 22 '17 08:12 vincenthz

Looks like this issue is marked as help wanted. I would love to help, just want to know a little bit more about the issue. Here's what I understand the issue to be:

You want to deprecate support for 7.8 and before. Since for other unspecified reasons it is already unsupported by Foundation, we can remove various compatibility cruft that only exists to attempt to support versions of GHC before 7.8. Is this correct?

ProofOfKeags avatar Jul 16 '18 01:07 ProofOfKeags

only the current latest 3 major versions of ghc are supported at any given time; my comment was about me lazily deleting old compat, instead of deleting it actively

vincenthz avatar Apr 21 '19 10:04 vincenthz