aboutsummaryrefslogtreecommitdiff
path: root/haddock-library
diff options
context:
space:
mode:
Diffstat (limited to 'haddock-library')
-rw-r--r--haddock-library/haddock-library.cabal8
-rw-r--r--haddock-library/test/doctests.hs11
2 files changed, 0 insertions, 19 deletions
diff --git a/haddock-library/haddock-library.cabal b/haddock-library/haddock-library.cabal
index 8af94a4b..20e0e94e 100644
--- a/haddock-library/haddock-library.cabal
+++ b/haddock-library/haddock-library.cabal
@@ -73,14 +73,6 @@ test-suite spec
, deepseq
, QuickCheck == 2.*
-test-suite doctests
- type: exitcode-stdio-1.0
- default-language: Haskell2010
- hs-source-dirs: test
- main-is: doctests.hs
- ghc-options: -threaded
- build-depends: base, doctest >= 0.8
-
source-repository head
type: git
subdir: haddock-library
diff --git a/haddock-library/test/doctests.hs b/haddock-library/test/doctests.hs
deleted file mode 100644
index e4f93858..00000000
--- a/haddock-library/test/doctests.hs
+++ /dev/null
@@ -1,11 +0,0 @@
-module Main where
-
-import Test.DocTest
-
-main :: IO ()
-main = doctest [
- "-isrc"
- , "-ivendor/attoparsec-0.10.4.0"
- , "-optP-include", "-optPdist/build/autogen/cabal_macros.h"
- , "src/Documentation/Haddock/Parser.hs"
- ]