[project @ 2000-03-30 09:02:12 by andy]
authorandy <unknown>
Thu, 30 Mar 2000 09:02:12 +0000 (09:02 +0000)
committerandy <unknown>
Thu, 30 Mar 2000 09:02:12 +0000 (09:02 +0000)
commit042ab680a291b83c9b3879fe49e439b1525cd02d
tree332b31c465253ec3be72fea20d2cd629fc45351c
parentad1b65d237444706e51fc55c7d379ca7d7b44a39
[project @ 2000-03-30 09:02:12 by andy]
Fixing bug with import privileged clashing with import hidden.
This caused a rather nasty name-leak, where catch from the prelude
was being given the type of catch from Exceptions.

Now, when you use import privileged Prelude (...) you also
need to do import Prelude, allowing you the option of
import Prelude hiding (...).

A bucket load of wibbles will follow in various libraries,
implementing this restriction.
ghc/interpreter/storage.c