From 7e4326f999056fb7b0b955ccadf5eab86b755a0d Mon Sep 17 00:00:00 2001 From: John Ericson <John.Ericson@Obsidian.Systems> Date: Wed, 17 Nov 2021 02:14:55 +0000 Subject: [PATCH] Test output changed because of change to `base` Spooky, but I guess that is intended? --- html-test/ref/Bug1004.html | 48 ++++++++++++++++---------------------- 1 file changed, 20 insertions(+), 28 deletions(-) diff --git a/html-test/ref/Bug1004.html b/html-test/ref/Bug1004.html index 9fe6f84e1e..fa8c0b14db 100644 --- a/html-test/ref/Bug1004.html +++ b/html-test/ref/Bug1004.html @@ -1688,13 +1688,11 @@ ><span class="inst-left" ><span class="instance details-toggle-control details-toggle" data-details-id="i:id:Product:Read:19" ></span - > (<a href="#" title="Data.Functor.Classes" - >Read1</a - > f, <a href="#" title="Data.Functor.Classes" - >Read1</a - > g, <a href="#" title="Text.Read" + > (<a href="#" title="Text.Read" + >Read</a + > (f a), <a href="#" title="Text.Read" >Read</a - > a) => <a href="#" title="Text.Read" + > (g a)) => <a href="#" title="Text.Read" >Read</a > (<a href="#" title="Bug1004" >Product</a @@ -1703,7 +1701,7 @@ ><td class="doc" ><p ><em - >Since: base-4.9.0.0</em + >Since: base-4.18.0.0</em ></p ></td ></tr @@ -1770,13 +1768,11 @@ ><span class="inst-left" ><span class="instance details-toggle-control details-toggle" data-details-id="i:id:Product:Show:20" ></span - > (<a href="#" title="Data.Functor.Classes" - >Show1</a - > f, <a href="#" title="Data.Functor.Classes" - >Show1</a - > g, <a href="#" title="Text.Show" + > (<a href="#" title="Text.Show" + >Show</a + > (f a), <a href="#" title="Text.Show" >Show</a - > a) => <a href="#" title="Text.Show" + > (g a)) => <a href="#" title="Text.Show" >Show</a > (<a href="#" title="Bug1004" >Product</a @@ -1785,7 +1781,7 @@ ><td class="doc" ><p ><em - >Since: base-4.9.0.0</em + >Since: base-4.18.0.0</em ></p ></td ></tr @@ -1842,13 +1838,11 @@ ><span class="inst-left" ><span class="instance details-toggle-control details-toggle" data-details-id="i:id:Product:Eq:21" ></span - > (<a href="#" title="Data.Functor.Classes" - >Eq1</a - > f, <a href="#" title="Data.Functor.Classes" - >Eq1</a - > g, <a href="#" title="Data.Eq" + > (<a href="#" title="Data.Eq" + >Eq</a + > (f a), <a href="#" title="Data.Eq" >Eq</a - > a) => <a href="#" title="Data.Eq" + > (g a)) => <a href="#" title="Data.Eq" >Eq</a > (<a href="#" title="Bug1004" >Product</a @@ -1857,7 +1851,7 @@ ><td class="doc" ><p ><em - >Since: base-4.9.0.0</em + >Since: base-4.18.0.0</em ></p ></td ></tr @@ -1906,13 +1900,11 @@ ><span class="inst-left" ><span class="instance details-toggle-control details-toggle" data-details-id="i:id:Product:Ord:22" ></span - > (<a href="#" title="Data.Functor.Classes" - >Ord1</a - > f, <a href="#" title="Data.Functor.Classes" - >Ord1</a - > g, <a href="#" title="Data.Ord" + > (<a href="#" title="Data.Ord" + >Ord</a + > (f a), <a href="#" title="Data.Ord" >Ord</a - > a) => <a href="#" title="Data.Ord" + > (g a)) => <a href="#" title="Data.Ord" >Ord</a > (<a href="#" title="Bug1004" >Product</a @@ -1921,7 +1913,7 @@ ><td class="doc" ><p ><em - >Since: base-4.9.0.0</em + >Since: base-4.18.0.0</em ></p ></td ></tr -- GitLab