aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal17
1 files changed, 0 insertions, 17 deletions
diff --git a/haddock.cabal b/haddock.cabal
index c6f241ee..e9280eb2 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -42,7 +42,6 @@ extra-source-files:
doc/README.md
doc/*.rst
doc/conf.py
- driver-test/*.hs
haddock-api/src/haddock.sh
html-test/src/*.hs
html-test/ref/*.html
@@ -83,8 +82,6 @@ executable haddock
transformers
other-modules:
- ResponseFile,
-
Documentation.Haddock.Parser
Documentation.Haddock.Parser.Monad
Documentation.Haddock.Types
@@ -155,20 +152,6 @@ executable haddock
-- we pin down to a single haddock-api version.
build-depends: haddock-api == 2.18.2
- other-modules:
- ResponseFile
-
-test-suite driver-test
- type: exitcode-stdio-1.0
- default-language: Haskell2010
- main-is: Main.hs
- hs-source-dirs: driver-test, driver
- other-modules:
- ResponseFile
- ResponseFileSpec
-
- build-depends: base, hspec
-
test-suite html-test
type: exitcode-stdio-1.0
-- This tells cabal that this test depends on the executable