diff options
author | Simon Hengel <sol@typeful.net> | 2012-10-15 14:25:39 +0200 |
---|---|---|
committer | Simon Hengel <sol@typeful.net> | 2012-10-15 19:32:42 +0200 |
commit | d63c49537da8c2a3ee20e6153e2471087054730d (patch) | |
tree | 29db2a71b923494c429557f366ca4ab69379a22b /haddock.cabal | |
parent | 8be6dc23701dcc1387fd56d61ad05df76a88f790 (diff) |
Move unit tests to /test directory
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal index 36c016e9..8f655d83 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -181,8 +181,8 @@ test-suite spec default-language: Haskell2010 main-is: Spec.hs hs-source-dirs: - tests/unit-tests - , tests/nanospec + test + , test/nanospec , src build-depends: |