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
/
TestStanza
/
my.cabal
blob
998e1e5a7401c935da7ce9cc3ce1175ed321aeee
1
name: TestStanza
2
version: 0.1
3
license: BSD3
4
author: Thomas Tuegel
5
stability: stable
6
category: PackageTests
7
build-type: Simple
8
cabal-version: >= 1.10
9
10
description:
11
Check that Cabal recognizes the Test stanza defined below.
12
13
Library
14
exposed-modules: MyLibrary
15
build-depends: base
16
default-language: Haskell2010
17
18
test-suite dummy
19
main-is: dummy.hs
20
type: exitcode-stdio-1.0
21
build-depends: base
22
default-language: Haskell2010