summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail038.hs
blob: b96000a873b621fbd87e91122ca1a22306987b8a (plain)
1
2
3
4
-- !!! It is now illegal to import a module hiding 
-- !!! an entity that it doesn't export
module ShouldCompile where
import Data.List hiding ( wibble )