From 52103425e6d621523fb0ed5b5b83c2588cacc7b6 Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Thu, 3 Apr 2014 21:13:48 +0100 Subject: Update test cases for GHC bug #8945, Haddock #188 The order of signature groups has been corrected upstream. Here we add a test case and update some existing test-cases to reflect this change. We remove grouped signature in test cases that we can (Minimal, BugDeprecated &c) so that the test is as self-contained as possible. --- html-test/ref/Bug188.html | 81 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 html-test/ref/Bug188.html (limited to 'html-test/ref/Bug188.html') diff --git a/html-test/ref/Bug188.html b/html-test/ref/Bug188.html new file mode 100644 index 00000000..3e9f4eec --- /dev/null +++ b/html-test/ref/Bug188.html @@ -0,0 +1,81 @@ + +Bug188

 

Safe HaskellSafe-Inferred

Bug188

Documentation

class A a where

Methods

f, g, h, i :: a -> ()

-- cgit v1.2.3