[commit: haddock] master: Update test case for lifted GADT type rendering (49b2a05)
git at git.haskell.org
git at git.haskell.org
Sun Feb 23 06:50:33 UTC 2014
Repository : ssh://git@git.haskell.org/haddock
On branch : master
Link : http://git.haskell.org/haddock.git/commitdiff/49b2a05ee0d769568d97a091de93f2ce2512eef6
>---------------------------------------------------------------
commit 49b2a05ee0d769568d97a091de93f2ce2512eef6
Author: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
Date: Sun Feb 23 04:58:50 2014 +0000
Update test case for lifted GADT type rendering
The parsing of these seems to have been fixed by GHC folk and it now
renders differently. IMHO it now renders in a better way so I'm updating
the test to reflect this.
>---------------------------------------------------------------
49b2a05ee0d769568d97a091de93f2ce2512eef6
html-test/ref/AdvanceTypes.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html-test/ref/AdvanceTypes.html b/html-test/ref/AdvanceTypes.html
index f4c4880..2141e59 100644
--- a/html-test/ref/AdvanceTypes.html
+++ b/html-test/ref/AdvanceTypes.html
@@ -63,7 +63,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_AdvanceTypes.html");};
>Nil</a
> :: <a href=""
>Pattern</a
- > `[]`</td
+ > []</td
><td class="doc empty"
> </td
></tr
More information about the ghc-commits
mailing list