repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Create changelogs for 3.14.1.0 (#10591)
[cabal.git]
/
Cabal-tests
/
tests
/
ParserTests
/
regressions
/
common-conditional.format
blob
b0f6551448fa744e68d42d7b832a6107578adc5a
1
cabal-version: 3.0
2
name: common-conditional
3
version: 0
4
synopsis: Common-stanza demo demo
5
build-type: Simple
6
7
source-repository head
8
type: git
9
location: https://github.com/hvr/-.git
10
11
flag foo
12
manual: True
13
14
library
15
exposed-modules: ElseIf
16
default-language: Haskell2010
17
build-depends: ghc-prim
18
19
if flag(foo)
20
build-depends:
21
base >=4.10 && <4.11,
22
containers
23
24
if os(windows)
25
build-depends: Win32
26
27
test-suite tests
28
type: exitcode-stdio-1.0
29
main-is: Tests.hs
30
build-depends: HUnit
31
32
if os(windows)
33
buildable: False
34
35
if flag(foo)
36
build-depends:
37
base >=4.10 && <4.11,
38
containers
39
40
if os(windows)
41
build-depends: Win32
42
43
if os(windows)
44
build-depends: Win32