Gather all hs-source-dirs to check test modules in sub-directories

This commit is contained in:
eagletmt
2013-03-15 17:30:21 +09:00
parent 8d7b0d365b
commit 24ada2abeb
8 changed files with 51 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
module Check.Test.Subdir (subdir) where
subdir :: String
subdir = "subdir"