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 "No internal name clash" test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
CustomPlain
/
plain.cabal
blob
d0666a10fd8a34724e7b37be8bf10945676f633a
1
name: plain
2
version: 0.1.0.0
3
license: BSD3
4
author: Edward Z. Yang
5
maintainer: ezyang@cs.stanford.edu
6
cabal-version: >=1.10
7
8
library
9
exposed-modules: A
10
build-depends: base
11
default-language: Haskell2010