packages feed

hackport-0.9.0.0: cabal/cabal-testsuite/PackageTests/RtsOptsClean/my.cabal

name: RtsOptsClean
version: 0.1
author: Artem Pelenitsyn
synopsis: Make sure -with-rtsopts do not produce spurious warnings (fix #4255)
category: PackageTests
build-type: Simple
cabal-version: 2.0

description:
    Make sure -with-rtsopts do not produce spurious warnings

Executable RtsOptsClean
    default-language: Haskell2010
    build-depends: base <5.0
    main-is:
        Main.hs
    ghc-options:
      -rtsopts
      -with-rtsopts "-I0"