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