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
/
NewSdist
/
MultiTarget
/
a
/
a.cabal
blob
4c10ba2b1ebab5359bb2c23c9aea88697ed1609c
1
cabal-version: 2.2
2
name: a
3
version: 0.1
4
5
executable a
6
default-language: Haskell2010
7
main-is: Main.hs
8
9
test-suite a-tests
10
default-language: Haskell2010
11
main-is: Test.hs
12
type: exitcode-stdio-1.0