aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref/Hash.html
diff options
context:
space:
mode:
authorAlec Theriault <alec.theriault@gmail.com>2019-01-10 16:42:45 -0800
committerGitHub <noreply@github.com>2019-01-10 16:42:45 -0800
commitbe5b94d3334e60dd7e9702f789efd82464efa179 (patch)
treefdaa7f22a14580660183bf7fedf0e579bcfcb7bc /html-test/ref/Hash.html
parent21e4f3fa6f73a9b25f3deed80da0e56024238ea5 (diff)
Accept new output `GHC.Maybe` -> `Data.Maybe` (#996)
Since 53874834b779ad0dfbcde6650069c37926da1b79 in GHC, "GHC.Maybe" is marked as `not-home`. That changes around some test output.
Diffstat (limited to 'html-test/ref/Hash.html')
-rw-r--r--html-test/ref/Hash.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html-test/ref/Hash.html b/html-test/ref/Hash.html
index b66915c6..65b2037b 100644
--- a/html-test/ref/Hash.html
+++ b/html-test/ref/Hash.html
@@ -121,7 +121,7 @@
>Hash</a
> key =&gt; key -&gt; <a href="#" title="System.IO"
>IO</a
- > (<a href="#" title="GHC.Maybe"
+ > (<a href="#" title="Data.Maybe"
>Maybe</a
> val)</li
><li class="src short"
@@ -229,7 +229,7 @@
>Hash</a
> key =&gt; key -&gt; <a href="#" title="System.IO"
>IO</a
- > (<a href="#" title="GHC.Maybe"
+ > (<a href="#" title="Data.Maybe"
>Maybe</a
> val) <a href="#" class="selflink"
>#</a
@@ -238,13 +238,13 @@
><p
>Looks up a key in the hash table, returns <code
><code
- ><a href="#" title="GHC.Maybe"
+ ><a href="#" title="Data.Maybe"
>Just</a
></code
> val</code
> if the key
was found, or <code
- ><a href="#" title="GHC.Maybe"
+ ><a href="#" title="Data.Maybe"
>Nothing</a
></code
> otherwise.</p