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
/
MissingGlobDirectory
/
pkg.cabal
blob
35b580e2304db9e6e5acef504318bfe8e4b05554
1
cabal-version: 2.4
2
name: pkg
3
version: 0
4
extra-doc-files:
5
non-existent-directory/*.html
6
present/present/missing/*.tex
7
extra-source-files:
8
file-not-a-directory/*.js
9
data-dir:
10
data
11
data-files:
12
another-non-existent-directory/**/*.dat
13
category: example
14
maintainer: none@example.com
15
synopsis: synopsis
16
description: description
17
license: BSD-3-Clause
18
19
library
20
exposed-modules: Foo
21
default-language: Haskell2010