aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal23
1 files changed, 22 insertions, 1 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index ddfe77d..a9d9715 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -38,25 +38,46 @@ extra-source-files: README.md
tests/exelib/*.hs
tests/exelib/*.cabal
+ tests/exelib/packages.list
+ tests/exelib/stack.yaml
tests/exelib/lib/*.hs
tests/exeintlib/*.hs
tests/exeintlib/*.cabal
+ tests/exeintlib/packages.list
+ tests/exeintlib/stack.yaml
tests/exeintlib/lib/*.hs
tests/exeintlib/intlib/*.hs
tests/fliblib/*.hs
tests/fliblib/*.cabal
+ tests/fliblib/packages.list
+ tests/fliblib/stack.yaml
tests/fliblib/lib/*.hs
- tests/bkpregex/*.cabal
tests/bkpregex/*.hs
+ tests/bkpregex/*.cabal
+ tests/bkpregex/packages.list
+ tests/bkpregex/stack.yaml
tests/bkpregex/regex-example/*.hs
tests/bkpregex/regex-indef/*.hs
tests/bkpregex/regex-indef/*.hsig
tests/bkpregex/regex-types/Regex/*.hs
tests/bkpregex/str-impls/Str/*.hs
+ tests/multipkg/packages.list
+ tests/multipkg/pkg-oot/*.cabal
+ tests/multipkg/pkg-oot/*.hs
+ tests/multipkg/proj/*.cabal
+ tests/multipkg/proj/*.hs
+ tests/multipkg/proj/cabal.project
+ tests/multipkg/proj/pkg-a/*.cabal
+ tests/multipkg/proj/pkg-a/*.hs
+ tests/multipkg/proj/pkg-b/*.cabal
+ tests/multipkg/proj/pkg-b/*.hs
+ tests/multipkg/proj/stack.yaml
+
+
source-repository head
type: git
location: https://github.com/DanielG/cabal-helper.git