Merge pull request #10599 from cabalism/typo/depency
[cabal.git] / Cabal-tests / tests / ParserTests / regressions / elif.cabal
blob2d760681842cff681166f8e979f205d378a7f22d
1 name:                elif
2 version:             0
3 synopsis:            The elif demo
4 build-type:          Simple
5 cabal-version:       >=1.10
7 source-repository head
8   Type:     git
9   Location: https://github.com/hvr/-.git
11 library
12   default-language: Haskell2010
13   exposed-modules:  ElseIf
15   if os(linux)
16     build-depends: unix
17   elif os(windows)
18     build-depends: Win32
19   else
20     buildable: False