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 “Ignore warning” option to cabal check
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
NewSdist
/
MultiTarget
/
target-remote-package.test.hs
blob
45639a2aa23bb0f8bcd161d20c2d920ea0535904
1
import
Test
.
Cabal
.
Prelude
2
main
=
cabalTest
$
withSourceCopy
$
do
3
cwd
<-
fmap
testCurrentDir getTestEnv
4
fails
$
cabal
"v2-sdist"
[
"a"
,
"base"
]
5
shouldNotExist
$
cwd
</>
"dist-newstyle/sdist/a-0.1.tar.gz"