diff options
author | alexbiehl <alex.biehl@gmail.com> | 2018-03-02 16:20:19 +0100 |
---|---|---|
committer | alexbiehl <alex.biehl@gmail.com> | 2018-03-02 16:22:38 +0100 |
commit | 58a73575d10cfe8f18c63e886e7cb53ccbcb65cd (patch) | |
tree | ea2c6be7f6f59886dc795cc692f09088ba32df64 /html-test/ref/TH.html | |
parent | 1ac2f9569242f6cb074ba6e577285a4c33ae1197 (diff) |
haddock-test: Be more explicit which packages to pass
We now pass `-hide-all-packages` to haddock when invoking the
testsuite. This ensures we don't accidentally pick up any dependencies
up through ghc.env files.
Diffstat (limited to 'html-test/ref/TH.html')
-rw-r--r-- | html-test/ref/TH.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/html-test/ref/TH.html b/html-test/ref/TH.html index 403abe62..a35204ff 100644 --- a/html-test/ref/TH.html +++ b/html-test/ref/TH.html @@ -45,7 +45,11 @@ ><p class="src" ><a id="v:decl" class="def" >decl</a - > :: Q [Dec] <a href="#" class="selflink" + > :: <a href="#" title="Language.Haskell.TH.Syntax" + >Q</a + > [<a href="#" title="Language.Haskell.TH.Syntax" + >Dec</a + >] <a href="#" class="selflink" >#</a ></p ></div |