(cabal check) Add "No internal name clash" test
[cabal.git] / cabal-testsuite / PackageTests / OrderFlags / my.cabal
blobf0e5eaed670e4a0b5764e7aeb03b7ca2c23ed05d
1 name: OrderFlags
2 version: 0.1
3 license: BSD3
4 author: Oleksandr Manzyuk
5 stability: stable
6 category: PackageTests
7 build-type: Simple
8 cabal-version: >=1.10
10 description:
11     Check that Cabal correctly orders flags that are passed to GHC.
13 library
14     default-language: Haskell2010
15     exposed-modules: Foo
16     build-depends: base
18     ghc-options: -Wall -Werror
20     if impl(ghc >= 6.12.1)
21         ghc-options: -fno-warn-unused-do-bind