Cabal-2.2.0.0: tests/ParserTests/regressions/elif2.format
cabal-version: 2.1
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 -any
else
if os(windows)
build-depends:
Win32 -any
else
buildable: False