Cabal-2.2.0.0: tests/ParserTests/warnings/tab.cabal
name: tab
version: 1
cabal-version: >= 1.6
library
build-depends: { base >= 4.9 && <4.10 }
hs-source-dirs: .
test-suite tests {
type: exitcode-stdio-1.0
main-is: Main.hs
}
name: tab
version: 1
cabal-version: >= 1.6
library
build-depends: { base >= 4.9 && <4.10 }
hs-source-dirs: .
test-suite tests {
type: exitcode-stdio-1.0
main-is: Main.hs
}