diff options
| author | Alex Biehl <alexbiehl@gmail.com> | 2017-07-08 00:33:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-08 00:33:12 +0200 |
| commit | 49a00880ad9bf0405f7da393d9e91523ec70fd2e (patch) | |
| tree | 06d55b82c4323235a55175a88bd2ce8925f91512 /haddock-api | |
| parent | 42e49d322d5ef3b6e13740642844b2ba57e96b95 (diff) | |
Avoid missing home module warning (#652)
* Avoid missing home module warning
* Update haddock-library.cabal
Diffstat (limited to 'haddock-api')
| -rw-r--r-- | haddock-api/haddock-api.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal index 15215cdb..504a0cae 100644 --- a/haddock-api/haddock-api.cabal +++ b/haddock-api/haddock-api.cabal @@ -113,6 +113,8 @@ test-suite spec other-modules: Haddock.Backends.Hyperlinker.ParserSpec + Haddock.Backends.Hyperlinker.Parser + Haddock.Backends.Hyperlinker.Types build-depends: base |
