diff options
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal index 054a50f9..78fbe172 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -205,11 +205,9 @@ test-suite spec main-is: Spec.hs hs-source-dirs: test - , test/nanospec , src other-modules: - Test.Hspec Haddock.ParseSpec build-depends: @@ -218,6 +216,7 @@ test-suite spec , containers , deepseq , array + , hspec -- NOTE: As of this writing, Cabal does not properly handle alex/happy for -- test suites. We work around this by adding dist/build to hs-source-dirs, |