hackport-0.8.0.0: cabal/cabal-testsuite/PackageTests/CCompilerOverride/my.cabal
name: my
version: 0.1
license: BSD3
cabal-version: >= 1.10
build-type: Simple
executable foo
default-language: Haskell2010
main-is: Main.hs
c-sources: foo.c
build-depends: base
ghc-options: -DNOERROR4
cc-options: -DNOERROR5 -march=native