Cabal-3.4.0.0: tests/ParserTests/regressions/elif2.format
cabal-version: 2.2
name: elif
version: 0
synopsis: The elif demo
build-type: Simple
source-repository head
type: git
location: https://github.com/hvr/-.git
library
exposed-modules: ElseIf
default-language: Haskell2010
if os(linux)
build-depends: unix
else
if os(windows)
build-depends: Win32
else
buildable: False