aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-04-01 19:18:36 +0100
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-04-01 19:18:36 +0100
commitc2a1f755565008efbee80cdd51eabeeb0606fe51 (patch)
tree57214f8d97d76ab9ce15de65db06f3f290f39651 /haddock.cabal
parent2eafeb035916e578b6dea29d342e9409ffb244a2 (diff)
Actually bundle extra spec tests in sdist
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 0739a174..9f9251d9 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -228,7 +228,10 @@ test-suite spec
, vendor/attoparsec-0.10.4.0
other-modules:
+ Helper
Haddock.ParserSpec
+ Haddock.Utf8Spec
+ Haddock.Parser.UtilSpec
build-depends:
base