packages feed

Cabal-2.2.0.0: tests/ParserTests/regressions/issue-5055.format

cabal-version: >=2.0
name: issue
version: 5055
license: BSD3
synopsis: no type in all branches
description:
    no type in all branches.
category: Test
build-type: Simple

executable flag-test-exe
    main-is: FirstMain.hs
    default-language: Haskell2010
    build-depends:
        base >=4.8 && <5

test-suite flag-cabal-test
    type: exitcode-stdio-1.0
    main-is: SecondMain.hs
    default-language: Haskell2010
    build-depends:
        base >=4.8 && <5
    
    if os(windows)