diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2019-01-10 16:42:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-10 16:42:45 -0800 |
commit | be5b94d3334e60dd7e9702f789efd82464efa179 (patch) | |
tree | fdaa7f22a14580660183bf7fedf0e579bcfcb7bc /html-test/ref/Test.html | |
parent | 21e4f3fa6f73a9b25f3deed80da0e56024238ea5 (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/Test.html')
-rw-r--r-- | html-test/ref/Test.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html-test/ref/Test.html b/html-test/ref/Test.html index c1d63956..b76622e7 100644 --- a/html-test/ref/Test.html +++ b/html-test/ref/Test.html @@ -173,7 +173,7 @@ >A</a > <a href="#" title="Data.Int" >Int</a - > (<a href="#" title="GHC.Maybe" + > (<a href="#" title="Data.Maybe" >Maybe</a > <a href="#" title="Prelude" >Float</a @@ -718,7 +718,7 @@ >A</a > <a href="#" title="Data.Int" >Int</a - > (<a href="#" title="GHC.Maybe" + > (<a href="#" title="Data.Maybe" >Maybe</a > <a href="#" title="Prelude" >Float</a |