summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/rn060.hs
blob: aa6ff021910adb7a3d1703913a521e646a892c0f (plain)
1
2
3
4
5
6

module Foo (module Data.List) where

import Data.List
import Data.List as Foo