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/Bug548.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/Bug548.html')
-rw-r--r-- | html-test/ref/Bug548.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html-test/ref/Bug548.html b/html-test/ref/Bug548.html index 1a906cc3..cff64ca2 100644 --- a/html-test/ref/Bug548.html +++ b/html-test/ref/Bug548.html @@ -533,7 +533,7 @@ >S1</a > ('<a href="#" title="GHC.Generics" >MetaSel</a - > ('<a href="#" title="GHC.Maybe" + > ('<a href="#" title="Data.Maybe" >Just</a > "unwrapArrow") '<a href="#" title="GHC.Generics" >NoSourceUnpackedness</a @@ -601,7 +601,7 @@ >S1</a > ('<a href="#" title="GHC.Generics" >MetaSel</a - > ('<a href="#" title="GHC.Maybe" + > ('<a href="#" title="Data.Maybe" >Just</a > "unwrapArrow") '<a href="#" title="GHC.Generics" >NoSourceUnpackedness</a |