| ... | ... | @@ -233,7 +233,8 @@ the backwards compatibility that would be introduced by this change. |
|
|
|
|
|
|
|
If `base` will now just re-exporting things from other packages then, like
|
|
|
|
the `haskell98` and `haskell2010` packages, we presume that it would be
|
|
|
|
hidden by default. We therefore suggest that these packages could provide a
|
|
|
|
hidden by default. We therefore suggest that these packages (`base`,
|
|
|
|
`haskell98` and `haskell2010`) could provide a
|
|
|
|
useful proxy for whether the `ImplicitPreludeImport` extension defaults to
|
|
|
|
being enabled or not: if one of these packages is exposed, then it would
|
|
|
|
be on (for backwards compatibility); otherwise it would be off.
|
| ... | ... | |