Merge pull request #10599 from cabalism/typo/depency
[cabal.git] / cabal-testsuite / PackageTests / Check / MissingGlobDirectory / pkg.cabal
blob9fb2f00af4c97a7c504515568c7b7879646def41
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
19 library
20   exposed-modules: Foo
21   default-language: Haskell2010