1 2 3 4 5 6 7
{-# OPTIONS_GHC -Wno-compat-unqualified-imports #-} module Foo (module Data.List) where import Data.List import Data.List as Foo