aboutsummaryrefslogtreecommitdiff
path: root/haddock-library/test/doctests.hs
diff options
context:
space:
mode:
authorSimon Hengel <sol@typeful.net>2014-06-18 14:16:48 +0800
committerSimon Hengel <sol@typeful.net>2014-06-18 14:16:48 +0800
commit8857e5071f0c0eb8398b06d63104bbe844d3df25 (patch)
tree02386753282603e2dd0f0cd555f571d3ab5c27e7 /haddock-library/test/doctests.hs
parent1bbda54a9cf1c8db93c5ef226c2a94ed38a842ff (diff)
Remove doctest dependency
(so that we can use haddock-library with doctest)
Diffstat (limited to 'haddock-library/test/doctests.hs')
-rw-r--r--haddock-library/test/doctests.hs11
1 files changed, 0 insertions, 11 deletions
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"
- ]