[commit: haddock] ghc-7.8: Update test case for lifted GADT type rendering (3205d60)
git at git.haskell.org
git at git.haskell.org
Mon Feb 24 21:36:19 UTC 2014
Repository : ssh://git@git.haskell.org/haddock
On branch : ghc-7.8
Link : http://git.haskell.org/haddock.git/commitdiff/3205d60ab9db17029d920cfcd5255c0b1367ae74
>---------------------------------------------------------------
commit 3205d60ab9db17029d920cfcd5255c0b1367ae74
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.
(cherry picked from commit 49b2a05ee0d769568d97a091de93f2ce2512eef6)
>---------------------------------------------------------------
3205d60ab9db17029d920cfcd5255c0b1367ae74
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