Merge pull request #10655 from geekosaur/cleanup-token
[cabal.git] / Cabal-tests / tests / ParserTests / errors / common1.cabal
blob7a346e66b901d6091867a28d36ebfa6e0c471e13
1 cabal-version:       2.2
2 name:                common
3 version:             0
4 synopsis:            Common-stanza demo demo
5 build-type:          Simple
7 source-repository head
8   Type:     git
9   Location: https://github.com/hvr/-.git
11 common windows
12   if os(windows)
13     build-depends: Win32
15 -- Non-existing common stanza
16 common deps
17   import: windo
18   build-depends:
19     base >=4.10 && <4.11,
20     containers
22 library
23   import: deps
25   default-language: Haskell2010
26   exposed-modules:  ElseIf
28   build-depends:
29     ghc-prim