3 synopsis: no type in all branches
4 description: no type in all branches.
10 executable flag-test-exe
12 build-depends: base >= 4.8 && < 5
13 default-language: Haskell2010
15 test-suite flag-cabal-test
16 -- TODO: fix so `type` can be on the top level
17 build-depends: base >= 4.8 && < 5
18 default-language: Haskell2010
22 type: exitcode-stdio-1.0
24 main-is: SecondMain.hs
25 type: exitcode-stdio-1.0