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