From af1e26d677586194a86e6b8632d708a38bdf4553 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 9 Jun 2015 05:48:02 +0300 Subject: [PATCH] Avoid glob that cabal chokes on --- stack.cabal | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/stack.cabal b/stack.cabal index f21d68f3a8..7abccee5cb 100644 --- a/stack.cabal +++ b/stack.cabal @@ -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/