summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T4478.hs
blob: 9e3fcee81a08879a52967e7774e5d9eb84db3cd8 (plain)
1
2
3
4
5
6
7
8
{-# OPTIONS_GHC -Wno-compat-unqualified-imports #-}

-- We don't want to warn about duplicate exports for things exported
-- by both "module" exports
module T4478 (module Prelude, module Data.List) where

import Prelude
import Data.List