Skip to content
Snippets Groups Projects
Commit 49a00880 authored by Alex Biehl's avatar Alex Biehl Committed by GitHub
Browse files

Avoid missing home module warning (#652)

* Avoid missing home module warning

* Update haddock-library.cabal
parent 42e49d32
No related branches found
No related tags found
5 merge requests!38Make --no-tmp-comp-dir the default,!37Adapt to latest xhtml version, various optimizations,!31Support HsToken in DataDecl and ClassDecl,!12Drop orphan instance when defined upstream.,!10Haddock interfaces produced from `.hi` files
......@@ -113,6 +113,8 @@ test-suite spec
other-modules:
Haddock.Backends.Hyperlinker.ParserSpec
Haddock.Backends.Hyperlinker.Parser
Haddock.Backends.Hyperlinker.Types
build-depends:
base
......
......@@ -64,9 +64,24 @@ test-suite spec
-DTEST
other-modules:
Data.Attoparsec.ByteString
Data.Attoparsec.ByteString.Buffer
Data.Attoparsec.ByteString.Char8
Data.Attoparsec.ByteString.FastSet
Data.Attoparsec.ByteString.Internal
Data.Attoparsec.Combinator
Data.Attoparsec.Internal
Data.Attoparsec.Internal.Fhthagn
Data.Attoparsec.Internal.Types
Documentation.Haddock.Doc
Documentation.Haddock.Parser
Documentation.Haddock.Parser.Monad
Documentation.Haddock.Parser.Util
Documentation.Haddock.Parser.UtilSpec
Documentation.Haddock.ParserSpec
Documentation.Haddock.Types
Documentation.Haddock.Utf8
Documentation.Haddock.Utf8Spec
Documentation.Haddock.Parser.UtilSpec
build-depends:
base
......@@ -80,7 +95,7 @@ test-suite spec
build-tool-depends:
hspec-discover:hspec-discover
source-repository head
type: git
subdir: haddock-library
......
......@@ -126,11 +126,18 @@ executable haddock
-- we pin down to a single haddock-api version.
build-depends: haddock-api == 2.18.0
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment