packages feed

Cabal-2.2.0.0: tests/ParserTests/regressions/elif2.cabal

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
  default-language: Haskell2010
  exposed-modules:  ElseIf

  if os(linux)
    build-depends: unix
  elif os(windows)
    build-depends: Win32
  else
    buildable: False