Add migration guide for #9718 (#10578)
[cabal.git] / Cabal-tests / tests / ParserTests / regressions / elif2.format
blob616e45fbafa41cd9898579fc2897bd848faaaaaa
1 cabal-version: 2.2
2 name:          elif
3 version:       0
4 synopsis:      The elif demo
5 build-type:    Simple
7 source-repository head
8     type:     git
9     location: https://github.com/hvr/-.git
11 library
12     exposed-modules:  ElseIf
13     default-language: Haskell2010
15     if os(linux)
16         build-depends: unix
18     else
19         if os(windows)
20             build-depends: Win32
22         else
23             buildable: False