Skip to content

Commit

Permalink
Avoid glob that cabal chokes on
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jun 9, 2015
1 parent 97c176c commit af1e26d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion stack.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ category: Development
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md ChangeLog.md
test/package-dump/*.txt

-- Glob would be nice, but apparently Cabal doesn't support it:
-- cabal: filepath wildcard 'test/package-dump/*.txt' does not match any files.
-- Happened during cabal sdist
test/package-dump/ghc-7.8.txt
test/package-dump/ghc-7.10.txt

library
hs-source-dirs: src/
Expand Down

0 comments on commit af1e26d

Please sign in to comment.