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
Merge pull request #10756 from haskell/wip/teo/T10537
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
Path
/
Compiler
/
cabal.test.hs
blob
b70251cf574690f367b2c870b62cd0f40efaccf9
1
import
Test
.
Cabal
.
Prelude
2
3
main
=
cabalTest
$
do
4
-- Basic output
5
void
$
cabal
"path"
[
"-z"
,
"--output-format=key-value"
,
"--compiler-info"
]
6
void
$
cabal
"path"
[
"-z"
,
"--output-format=json"
,
"--compiler-info"
]
7
void
$
cabal
"path"
[
"-z"
,
"--compiler-info"
]