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
/
warnings
/
tab.cabal
blob
afdc02c9115672dcbcaa60eed16cd8eca286297c
1
name: tab
2
version: 1
3
cabal-version: >= 1.8
4
5
library
6
build-depends: { base >= 4.9 && <4.10 }
7
hs-source-dirs: .
8
9
test-suite tests {
10
type: exitcode-stdio-1.0
11
main-is: Main.hs
12
}