aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal7
1 files changed, 7 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal
index ea214869..aba0c394 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -144,6 +144,13 @@ test-suite latex-test
hs-source-dirs: latex-test
build-depends: base, filepath, haddock-test
+test-suite hoogle-test
+ type: exitcode-stdio-1.0
+ default-language: Haskell2010
+ main-is: Main.hs
+ hs-source-dirs: hoogle-test
+ build-depends: base, filepath, haddock-test
+
source-repository head
type: git
location: https://github.com/haskell/haddock.git