From 5aabca1e99180dcf4db1e2c2c52dc5f794d9f336 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Sat, 16 Mar 2013 12:08:54 +0900 Subject: [PATCH] adding test files to the cabal file. --- ghc-mod.cabal | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index fc5ce13..ff650d1 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -33,6 +33,10 @@ Extra-Source-Files: ChangeLog test/data/ghc-mod-check/*.cabal test/data/ghc-mod-check/Data/*.hs test/data/subdir1/subdir2/dummy + test/data/check-test-subdir/*.cabal + test/data/check-test-subdir/test/*.hs + test/data/check-test-subdir/test/Bar/*.hs + test/data/check-test-subdir/src/Check/Test/*.hs Executable ghc-mod Default-Language: Haskell2010 Main-Is: GHCMod.hs