Updating changelog, Adding test case for issue #5309
[cabal.git] / Cabal / tests / ParserTests / regressions / cxx-options-with-optimization.cabal
blobd081a5dd6fdd049bdfae38a0fce322cd3211ee22
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
9          
10 library
11     build-depends: base >= 4.9 && <4.10
12     cxx-options: -O2
13     default-language: Haskell2010
14     exposed-modules: Prelude
15     hs-source-dirs: .