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/QuasiExpr.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/QuasiExpr.html')
-rw-r--r-- | html-test/ref/QuasiExpr.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/html-test/ref/QuasiExpr.html b/html-test/ref/QuasiExpr.html index 66e31ec7..062ebb8d 100644 --- a/html-test/ref/QuasiExpr.html +++ b/html-test/ref/QuasiExpr.html @@ -301,7 +301,9 @@ ><p class="src" ><a id="v:expr" class="def" >expr</a - > :: QuasiQuoter <a href="#" class="selflink" + > :: <a href="#" title="Language.Haskell.TH.Quote" + >QuasiQuoter</a + > <a href="#" class="selflink" >#</a ></p ></div @@ -311,7 +313,11 @@ >parseExprExp</a > :: <a href="#" title="Data.String" >String</a - > -> Q Exp <a href="#" class="selflink" + > -> <a href="#" title="Language.Haskell.TH.Syntax" + >Q</a + > <a href="#" title="Language.Haskell.TH.Syntax" + >Exp</a + > <a href="#" class="selflink" >#</a ></p ></div |