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
/
Outdated
/
my.cabal
blob
de99af65bb675f80b3448ea0cefc343c64e9dca2
1
name: my
2
version: 0.1
3
license: BSD3
4
cabal-version: 1.20
5
build-type: Simple
6
7
library
8
default-language: Haskell2010
9
exposed-modules: Foo
10
build-depends: base >= 3 && < 4, binary == 0.8.6.*
11
12
test-suite tests-Foo
13
default-language: Haskell2010
14
type: exitcode-stdio-1.0
15
hs-source-dirs: tests
16
main-is: test-Foo.hs
17
build-depends: base, template-haskell >= 2.3.0.0 && < 2.4