From 33cdd810e4222b92bc22f7f5b7196fc97fd3cea6 Mon Sep 17 00:00:00 2001 From: Alec Theriault Date: Sat, 16 Feb 2019 10:41:22 -0500 Subject: Fix tests broken by GHC Changes in 19626218566ea709b5f6f287d3c296b0c4021de2 affected some of the hyperlinker output. Accepted the new output (hovering over a `..` now shows you what that wildcard binds). Also fixed some stray deprecation warnings. --- hypsrc-test/ref/src/Records.html | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) (limited to 'hypsrc-test/ref') diff --git a/hypsrc-test/ref/src/Records.html b/hypsrc-test/ref/src/Records.html index dc09ff82..abe06202 100644 --- a/hypsrc-test/ref/src/Records.html +++ b/hypsrc-test/ref/src/Records.html @@ -1284,22 +1284,33 @@ forall a. Num a => a -> a -> a > Point{PointInt +y :: Int +x :: Int +y :: Point -> Int +x :: Point -> Int +..{..}}