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
/
PreProcess
/
Hsc2HsOptionsCC
/
my.cabal
blob
6d195b52b44de25efa49f89180e12faf17eaceab
1
cabal-version: 3.6
2
name: Hsc2HsOptions
3
version: 0.1
4
license: BSD-3-Clause
5
stability: stable
6
category: PackageTests
7
build-type: Simple
8
description: Check that preprocessors are run.
9
10
executable my-executable
11
main-is: Main.hs
12
build-depends: base
13
other-modules: Foo
14
hsc2hs-options: "--cc=g++"