-- | -- What is tested here: -- -- * Deprecation messages are shown for re-exported items. -- module DeprecatedReExport ( -- * Re-exported from an other module foo -- * Re-exported from an other package -- | Not yet working, see -- , isEmptyChan , ) where import DeprecatedFunction import Control.Concurrent.Chan