Skip to content

Commit

Permalink
Make sure one more glob/check case is being exercised by tests
Browse files Browse the repository at this point in the history
  • Loading branch information
quasicomputational committed Jul 15, 2018
1 parent 076c966 commit 63a8f4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
@@ -1,3 +1,5 @@
# cabal check
Warning: These warnings may cause trouble when distributing the package:
Warning: In 'data-files': the pattern 'non-existent-directory/*.dat' attempts to match files in the directory 'non-existent-directory', but there is no directory by that name.
Warning: In 'extra-source-files': the pattern 'dir/*.html' does not match any files.
Warning: In 'extra-source-files': the pattern 'dir/*.html' does not match the file 'dir/foo.en.html' because the extensions do not exactly match (e.g., foo.en.html does not exactly match *.html). To enable looser suffix-only matching, set 'cabal-version: 2.4' or higher.
@@ -0,0 +1 @@
foo.en.html
Expand Up @@ -3,6 +3,8 @@ name: pkg
version: 0
data-files:
non-existent-directory/*.dat
extra-source-files:
dir/*.html
category: example
maintainer: none@example.com
synopsis: synopsis
Expand All @@ -11,4 +13,4 @@ license: BSD-3-Clause

library
exposed-modules: Foo
default-language: Haskell2010
default-language: Haskell2010

0 comments on commit 63a8f4d

Please sign in to comment.