| 86 | | Typically, if multiple versions of the same pacakge are installed, then all will be available, but only one will be exposed. |
| | 86 | Typically, if multiple versions of the same package are installed, then all will be available, but only one will be exposed. |
| | 87 | |
| | 88 | GHC's command-line flags ({{{-hide-package}}}, {{{-package}}}) can be used to manipulate which packages are exposed, but typically an entire package or program will be compiled with a single set of such flags. GHC does not curretly support in-module control, thus {{{ {-# OPTIONS_GHC -hide-package foo #-} }}}, and we do not propose to change that. |