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 a check of the current behaviour importing duplicates
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
MultiRepl
/
CabalMacros
/
cabal.test.hs
blob
5a8434c54678ef0f952a399d25b76d13cf21aedd
1
import
Test
.
Cabal
.
Prelude
2
3
main
=
do
4
cabalTest
$
do
5
skipUnlessGhcVersion
">= 9.4"
6
res
<-
cabalWithStdin
"v2-repl"
[
"--enable-multi-repl"
,
"pkg-b"
,
"pkg-a"
]
"Bar.bar"
7
assertOutputContains
"3735929054"
res