repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add migration guide for #9718 (#10578)
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
Ambiguity
/
reexport-test
/
Main.hs
blob
90df771060f3534da6d82d67903eaaeacfdd25a6
1
module
Main
where
2
import qualified
PDupe
3
import qualified
QDupe
4
5
main
=
putStrLn
(
PDupe
.
pkg
++
" "
++
QDupe
.
pkg
)