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
(cabal check) Add "Version signatures" test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
CustomDep
/
client
/
client.cabal
blob
2bb74b345946d2874e6e89efe220c6b40c9c7dd6
1
name: client
2
version: 0.1.0.0
3
license: BSD3
4
author: Edward Z. Yang
5
maintainer: ezyang@cs.stanford.edu
6
build-type: Simple
7
cabal-version: >=1.10
8
9
library
10
exposed-modules: B
11
build-depends: base, custom
12
default-language: Haskell2010