Create changelogs for 3.14.1.0 (#10591)
[cabal.git] / Cabal-tests / tests / ParserTests / regressions / cc-options-with-optimization.cabal
blobf09388941a41045f40acce25a9d158fc83f2e27c
1 cabal-version: 2.2
2 category:      test
3 description:   test a build check involving C++-options field
4 license:       BSD-3-Clause
5 maintainer:    me@example.com
6 name:          cxx-options-with-optimization
7 synopsis:      test a build check
8 version:       1
10 library
11     build-depends: base >= 4.9 && <4.10
12     cc-options: -O2
13     default-language: Haskell2010
14     exposed-modules: Prelude
15     hs-source-dirs: .