Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit 452ab76

Browse files
harpocratesalanz
authored andcommitted
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.
1 parent 13f1673 commit 452ab76

File tree

6 files changed

+52
-52
lines changed

6 files changed

+52
-52
lines changed

html-test/ref/Bug548.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
>S1</a
534534
> ('<a href="#" title="GHC.Generics"
535535
>MetaSel</a
536-
> ('<a href="#" title="GHC.Maybe"
536+
> ('<a href="#" title="Data.Maybe"
537537
>Just</a
538538
> &quot;unwrapArrow&quot;) '<a href="#" title="GHC.Generics"
539539
>NoSourceUnpackedness</a
@@ -601,7 +601,7 @@
601601
>S1</a
602602
> ('<a href="#" title="GHC.Generics"
603603
>MetaSel</a
604-
> ('<a href="#" title="GHC.Maybe"
604+
> ('<a href="#" title="Data.Maybe"
605605
>Just</a
606606
> &quot;unwrapArrow&quot;) '<a href="#" title="GHC.Generics"
607607
>NoSourceUnpackedness</a

html-test/ref/ConstructorPatternExport.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
>MyGADTCons</a
104104
> :: a -&gt; <a href="#" title="Data.Int"
105105
>Int</a
106-
> -&gt; MyGADT (<a href="#" title="GHC.Maybe"
106+
> -&gt; MyGADT (<a href="#" title="Data.Maybe"
107107
>Maybe</a
108108
> <a href="#" title="Data.String"
109109
>String</a
@@ -117,4 +117,4 @@
117117
></div
118118
></body
119119
></html
120-
>
120+
>

html-test/ref/Hash.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
>Hash</a
122122
> key =&gt; key -&gt; <a href="#" title="System.IO"
123123
>IO</a
124-
> (<a href="#" title="GHC.Maybe"
124+
> (<a href="#" title="Data.Maybe"
125125
>Maybe</a
126126
> val)</li
127127
><li class="src short"
@@ -229,7 +229,7 @@
229229
>Hash</a
230230
> key =&gt; key -&gt; <a href="#" title="System.IO"
231231
>IO</a
232-
> (<a href="#" title="GHC.Maybe"
232+
> (<a href="#" title="Data.Maybe"
233233
>Maybe</a
234234
> val) <a href="#" class="selflink"
235235
>#</a
@@ -238,13 +238,13 @@
238238
><p
239239
>Looks up a key in the hash table, returns <code
240240
><code
241-
><a href="#" title="GHC.Maybe"
241+
><a href="#" title="Data.Maybe"
242242
>Just</a
243243
></code
244244
> val</code
245245
> if the key
246246
was found, or <code
247-
><a href="#" title="GHC.Maybe"
247+
><a href="#" title="Data.Maybe"
248248
>Nothing</a
249249
></code
250250
> otherwise.</p

html-test/ref/Instances.html

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
></span
243243
> <a href="#" title="Instances"
244244
>Foo</a
245-
> <a href="#" title="GHC.Maybe"
245+
> <a href="#" title="Data.Maybe"
246246
>Maybe</a
247247
></span
248248
> <a href="#" class="selflink"
@@ -266,27 +266,27 @@
266266
><p class="src"
267267
><a href="#"
268268
>foo</a
269-
> :: <a href="#" title="GHC.Maybe"
269+
> :: <a href="#" title="Data.Maybe"
270270
>Maybe</a
271271
> <a href="#" title="Data.Int"
272272
>Int</a
273-
> -&gt; a -&gt; <a href="#" title="GHC.Maybe"
273+
> -&gt; a -&gt; <a href="#" title="Data.Maybe"
274274
>Maybe</a
275275
> a <a href="#" class="selflink"
276276
>#</a
277277
></p
278278
><p class="src"
279279
><a href="#"
280280
>foo'</a
281-
> :: <a href="#" title="GHC.Maybe"
281+
> :: <a href="#" title="Data.Maybe"
282282
>Maybe</a
283-
> (<a href="#" title="GHC.Maybe"
283+
> (<a href="#" title="Data.Maybe"
284284
>Maybe</a
285285
> a) -&gt; <a href="#" title="Data.Int"
286286
>Int</a
287-
> -&gt; <a href="#" title="GHC.Maybe"
287+
> -&gt; <a href="#" title="Data.Maybe"
288288
>Maybe</a
289-
> (<a href="#" title="GHC.Maybe"
289+
> (<a href="#" title="Data.Maybe"
290290
>Maybe</a
291291
> <a href="#" title="Data.Int"
292292
>Int</a
@@ -706,7 +706,7 @@
706706
></span
707707
> <a href="#" title="Instances"
708708
>Bar</a
709-
> <a href="#" title="GHC.Maybe"
709+
> <a href="#" title="Data.Maybe"
710710
>Maybe</a
711711
> <a href="#" title="Data.Bool"
712712
>Bool</a
@@ -732,11 +732,11 @@
732732
><p class="src"
733733
><a href="#"
734734
>bar</a
735-
> :: <a href="#" title="GHC.Maybe"
735+
> :: <a href="#" title="Data.Maybe"
736736
>Maybe</a
737737
> <a href="#" title="Data.Bool"
738738
>Bool</a
739-
> -&gt; <a href="#" title="GHC.Maybe"
739+
> -&gt; <a href="#" title="Data.Maybe"
740740
>Maybe</a
741741
> <a href="#" title="Data.Bool"
742742
>Bool</a
@@ -748,53 +748,53 @@
748748
><p class="src"
749749
><a href="#"
750750
>bar'</a
751-
> :: <a href="#" title="GHC.Maybe"
751+
> :: <a href="#" title="Data.Maybe"
752752
>Maybe</a
753-
> (<a href="#" title="GHC.Maybe"
753+
> (<a href="#" title="Data.Maybe"
754754
>Maybe</a
755755
> <a href="#" title="Data.Bool"
756756
>Bool</a
757-
>) -&gt; <a href="#" title="GHC.Maybe"
757+
>) -&gt; <a href="#" title="Data.Maybe"
758758
>Maybe</a
759-
> (<a href="#" title="GHC.Maybe"
759+
> (<a href="#" title="Data.Maybe"
760760
>Maybe</a
761-
> (<a href="#" title="GHC.Maybe"
761+
> (<a href="#" title="Data.Maybe"
762762
>Maybe</a
763763
> b)) <a href="#" class="selflink"
764764
>#</a
765765
></p
766766
><p class="src"
767767
><a href="#"
768768
>bar0</a
769-
> :: (<a href="#" title="GHC.Maybe"
769+
> :: (<a href="#" title="Data.Maybe"
770770
>Maybe</a
771771
> <a href="#" title="Data.Bool"
772772
>Bool</a
773-
>, <a href="#" title="GHC.Maybe"
773+
>, <a href="#" title="Data.Maybe"
774774
>Maybe</a
775775
> <a href="#" title="Data.Bool"
776776
>Bool</a
777-
>) -&gt; (<a href="#" title="GHC.Maybe"
777+
>) -&gt; (<a href="#" title="Data.Maybe"
778778
>Maybe</a
779-
> b, <a href="#" title="GHC.Maybe"
779+
> b, <a href="#" title="Data.Maybe"
780780
>Maybe</a
781781
> c) <a href="#" class="selflink"
782782
>#</a
783783
></p
784784
><p class="src"
785785
><a href="#"
786786
>bar1</a
787-
> :: (<a href="#" title="GHC.Maybe"
787+
> :: (<a href="#" title="Data.Maybe"
788788
>Maybe</a
789789
> <a href="#" title="Data.Bool"
790790
>Bool</a
791-
>, <a href="#" title="GHC.Maybe"
791+
>, <a href="#" title="Data.Maybe"
792792
>Maybe</a
793793
> <a href="#" title="Data.Bool"
794794
>Bool</a
795-
>) -&gt; (<a href="#" title="GHC.Maybe"
795+
>) -&gt; (<a href="#" title="Data.Maybe"
796796
>Maybe</a
797-
> b, <a href="#" title="GHC.Maybe"
797+
> b, <a href="#" title="Data.Maybe"
798798
>Maybe</a
799799
> c) <a href="#" class="selflink"
800800
>#</a
@@ -810,7 +810,7 @@
810810
></span
811811
> <a href="#" title="Instances"
812812
>Bar</a
813-
> <a href="#" title="GHC.Maybe"
813+
> <a href="#" title="Data.Maybe"
814814
>Maybe</a
815815
> [a]</span
816816
> <a href="#" class="selflink"
@@ -834,9 +834,9 @@
834834
><p class="src"
835835
><a href="#"
836836
>bar</a
837-
> :: <a href="#" title="GHC.Maybe"
837+
> :: <a href="#" title="Data.Maybe"
838838
>Maybe</a
839-
> [a] -&gt; <a href="#" title="GHC.Maybe"
839+
> [a] -&gt; <a href="#" title="Data.Maybe"
840840
>Maybe</a
841841
> <a href="#" title="Data.Bool"
842842
>Bool</a
@@ -846,43 +846,43 @@
846846
><p class="src"
847847
><a href="#"
848848
>bar'</a
849-
> :: <a href="#" title="GHC.Maybe"
849+
> :: <a href="#" title="Data.Maybe"
850850
>Maybe</a
851-
> (<a href="#" title="GHC.Maybe"
851+
> (<a href="#" title="Data.Maybe"
852852
>Maybe</a
853-
> [a]) -&gt; <a href="#" title="GHC.Maybe"
853+
> [a]) -&gt; <a href="#" title="Data.Maybe"
854854
>Maybe</a
855-
> (<a href="#" title="GHC.Maybe"
855+
> (<a href="#" title="Data.Maybe"
856856
>Maybe</a
857-
> (<a href="#" title="GHC.Maybe"
857+
> (<a href="#" title="Data.Maybe"
858858
>Maybe</a
859859
> b)) <a href="#" class="selflink"
860860
>#</a
861861
></p
862862
><p class="src"
863863
><a href="#"
864864
>bar0</a
865-
> :: (<a href="#" title="GHC.Maybe"
865+
> :: (<a href="#" title="Data.Maybe"
866866
>Maybe</a
867-
> [a], <a href="#" title="GHC.Maybe"
867+
> [a], <a href="#" title="Data.Maybe"
868868
>Maybe</a
869-
> [a]) -&gt; (<a href="#" title="GHC.Maybe"
869+
> [a]) -&gt; (<a href="#" title="Data.Maybe"
870870
>Maybe</a
871-
> b, <a href="#" title="GHC.Maybe"
871+
> b, <a href="#" title="Data.Maybe"
872872
>Maybe</a
873873
> c) <a href="#" class="selflink"
874874
>#</a
875875
></p
876876
><p class="src"
877877
><a href="#"
878878
>bar1</a
879-
> :: (<a href="#" title="GHC.Maybe"
879+
> :: (<a href="#" title="Data.Maybe"
880880
>Maybe</a
881-
> [a], <a href="#" title="GHC.Maybe"
881+
> [a], <a href="#" title="Data.Maybe"
882882
>Maybe</a
883-
> [a]) -&gt; (<a href="#" title="GHC.Maybe"
883+
> [a]) -&gt; (<a href="#" title="Data.Maybe"
884884
>Maybe</a
885-
> b, <a href="#" title="GHC.Maybe"
885+
> b, <a href="#" title="Data.Maybe"
886886
>Maybe</a
887887
> c) <a href="#" class="selflink"
888888
>#</a

html-test/ref/PromotedTypes.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
><td class="src"
109109
><a id="v:Cons" class="def"
110110
>Cons</a
111-
> :: <a href="#" title="GHC.Maybe"
111+
> :: <a href="#" title="Data.Maybe"
112112
>Maybe</a
113113
> h -&gt; <a href="#" title="PromotedTypes"
114114
>Pattern</a
@@ -154,7 +154,7 @@
154154
><td class="src"
155155
><a id="v:RevCons" class="def"
156156
>RevCons</a
157-
> :: <a href="#" title="GHC.Maybe"
157+
> :: <a href="#" title="Data.Maybe"
158158
>Maybe</a
159159
> h -&gt; <a href="#" title="PromotedTypes"
160160
>RevPattern</a
@@ -203,4 +203,4 @@
203203
></div
204204
></body
205205
></html
206-
>
206+
>

html-test/ref/Test.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
>A</a
174174
> <a href="#" title="Data.Int"
175175
>Int</a
176-
> (<a href="#" title="GHC.Maybe"
176+
> (<a href="#" title="Data.Maybe"
177177
>Maybe</a
178178
> <a href="#" title="Prelude"
179179
>Float</a
@@ -718,7 +718,7 @@
718718
>A</a
719719
> <a href="#" title="Data.Int"
720720
>Int</a
721-
> (<a href="#" title="GHC.Maybe"
721+
> (<a href="#" title="Data.Maybe"
722722
>Maybe</a
723723
> <a href="#" title="Prelude"
724724
>Float</a

0 commit comments

Comments
 (0)