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 logging and assertions on output to cyclical test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
NewBuild
/
CmdExec
/
RunExe
/
RunExe.cabal
blob
e392dcdae11f8ccca514578b65490de1f14d93a9
1
name: RunExe
2
version: 1.0
3
build-type: Simple
4
cabal-version: >= 1.10
5
6
executable foo
7
main-is: Main.hs
8
build-depends: base
9
default-language: Haskell2010