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 test cases that reproduce #7241.
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
CCompilerOverride
/
my.cabal
blob
31a79f93a60cf7dc0b46327ce18538177215fbb9
1
name: my
2
version: 0.1
3
license: BSD3
4
cabal-version: >= 1.10
5
build-type: Simple
6
7
executable foo
8
default-language: Haskell2010
9
main-is: Main.hs
10
c-sources: foo.c
11
build-depends: base
12
ghc-options: -DNOERROR4
13
cc-options: -DNOERROR5 -march=native