(cabal check) Add "Version signatures" test
[cabal.git] / cabal-testsuite / PackageTests / RtsOptsClean / my.cabal
bloba5f7ff1e90540ed0b9b1c025e475d5140c12e935
1 name: RtsOptsClean
2 version: 0.1
3 author: Artem Pelenitsyn
4 synopsis: Make sure -with-rtsopts do not produce spurious warnings (fix #4255)
5 category: PackageTests
6 build-type: Simple
7 cabal-version: 2.0
9 description:
10     Make sure -with-rtsopts do not produce spurious warnings
12 Executable RtsOptsClean
13     default-language: Haskell2010
14     build-depends: base <5.0
15     main-is:
16         Main.hs
17     ghc-options:
18       -rtsopts
19       -with-rtsopts "-I0"