Haskell 2010 libraries
Duncan Coutts
duncan.coutts at googlemail.com
Tue May 4 04:40:34 EDT 2010
On Fri, 2010-04-30 at 10:42 +0100, Simon Marlow wrote:
> Here are some options:
>
> 3. allow packages to shadow each other, so haskell2010 shadows
> base. This is a tantalising possibility, but I don't have
> any idea what it would look like, e.g. should the client or
> the package provider specify shadowing?
Note that we already have some notion of shadowing. Modules found in
local .hs files shadow modules from packages.
Duncan
More information about the Haskell-prime
mailing list