git.haskell.org
/
ghc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: pass '-s --no-print-directory' to MAKE
[ghc.git]
/
testsuite
/
tests
/
module
/
mod135.hs
1
-- !!! Re-exporting qualified import.
2
module
M
(
module
Data
.
List
)
where
3
4
import
Data
.
List
as
Data
.
Char
5
6