Add migration guide for #9718 (#10578)
[cabal.git] / Cabal-tests / tests / ParserTests / regressions / issue-5055.format
blob5aa4a1288f66c44822a7b86797ebee5da4aff7ef
1 cabal-version: 2.0
2 name:          issue
3 version:       5055
4 license:       BSD3
5 synopsis:      no type in all branches
6 description:   no type in all branches.
7 category:      Test
8 build-type:    Simple
10 executable flag-test-exe
11     main-is:          FirstMain.hs
12     default-language: Haskell2010
13     build-depends:    base >=4.8 && <5
15 test-suite flag-cabal-test
16     type:             exitcode-stdio-1.0
17     main-is:          SecondMain.hs
18     default-language: Haskell2010
19     build-depends:    base >=4.8 && <5
21     if os(windows)