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
(cabal check) Add "No internal name clash" test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
GhcPkgGuess
/
SameDirectoryVersion
/
ghc-7.10
blob
f5d433469c8ba98702e056bb8128e5f706c27608
1
#!/bin/sh
2
if
[
-z
"
$WITH_GHC
"
];
then
3
echo
"Need to set WITH_GHC"
4
exit
1
5
fi
6
exec
"
$WITH_GHC
"
"$@"