summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-08-21 09:47:02 +0300
committerSergei Trofimovich <slyfox@gentoo.org>2012-08-21 09:47:02 +0300
commit3b1cf91e4f5c938cada75df9d980281dbef7f415 (patch)
tree99129a98f5c4ea53a40a67813420f726de7ca310
parent255d8d0e415a0f3cbfaf13fe84f48d395c12d402 (diff)
downloadstylish-haskell-3b1cf91e4f5c938cada75df9d980281dbef7f415.tar.gz
add missing 'StylishHaskell.Parse.Tests' test to sdist
Preprocessing test suite 'stylish-haskell-tests' for stylish-haskell-0.3.2.0... tests/TestSuite.hs:12:18: Could not find module `StylishHaskell.Parse.Tests' Use -v to see a list of the files searched for. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--stylish-haskell.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 733cacd..58d05f1 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -64,6 +64,7 @@ Test-suite stylish-haskell-tests
Type: exitcode-stdio-1.0
Other-modules:
+ StylishHaskell.Parse.Tests
StylishHaskell.Step.Imports.Tests
StylishHaskell.Step.LanguagePragmas.Tests
StylishHaskell.Step.Records.Tests