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
Merge pull request #10526 from MercuryTechnologies/pretty-pretty
[cabal.git]
/
Cabal-tests
/
tests
/
ParserTests
/
errors
/
common2.cabal
blob
9718449f8a525157e58976b49c89519a4dad7fc3
1
cabal-version: 2.2
2
name: common
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
-- Used before use
12
common deps
13
import: windows
14
build-depends:
15
base >=4.10 && <4.11,
16
containers
17
18
common windows
19
if os(windows)
20
build-depends: Win32
21
22
library
23
import: deps
24
25
default-language: Haskell2010
26
exposed-modules: ElseIf
27
28
build-depends:
29
ghc-prim