summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/rn060.hs
blob: ae5bbeeb681112130fde5115d9aeaeee54aa1d2d (plain)
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