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
/
Check
/
MultiDotGlob2.2
/
test.cabal
blob
0d9a02636e4d87d95b817141235ca00a61afa4ba
1
cabal-version: 2.2
2
name: test
3
version: 0
4
license: BSD-3-Clause
5
synopsis: foo
6
description: foobar
7
category: example
8
maintainer: none@example.com
9
extra-doc-files:
10
doc/*.html
11
extra-source-files:
12
-- Include a glob that doesn't match anything, to make sure that the code in Check.hs won't call 'die' because of it.
13
src/*.js
14
data-files:
15
data/*.dat
16
17
executable foo
18
main-is: Main.hs
19
default-language: Haskell2010