From eba425b7872be52f8b83afd0b7a9803652ede70b Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Fri, 15 Aug 2014 02:52:56 +0100 Subject: Stop testing #188. Because the change is in GHC 7.9 and we now work against 7.8.3, this test no longer makes sense. We revert it until 7.10 becomes the standard version. If anything, there should be a test for this in GHC itself. --- html-test/ref/Bug188.html | 81 -------------------------------------------- html-test/ref/Operators.html | 16 ++++----- 2 files changed, 8 insertions(+), 89 deletions(-) delete mode 100644 html-test/ref/Bug188.html (limited to 'html-test/ref') diff --git a/html-test/ref/Bug188.html b/html-test/ref/Bug188.html deleted file mode 100644 index 3e9f4eec..00000000 --- a/html-test/ref/Bug188.html +++ /dev/null @@ -1,81 +0,0 @@ - -Bug188

 

Safe HaskellSafe-Inferred

Bug188

Documentation

class A a where

Methods

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

diff --git a/html-test/ref/Operators.html b/html-test/ref/Operators.html index bfecfb38..fac8c94d 100644 --- a/html-test/ref/Operators.html +++ b/html-test/ref/Operators.html @@ -151,11 +151,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");}; >(**>), (**<)(<**), (>**), (<**)(**<) :: a -> a -> ()

(**>), (**<), (>**), (<**), (>**), (**<) :: a -> a -> () infixr 8 **>, >**infixl 8 **<, <**infixl 8 <**, **<

Produced by Haddock version 2.15.0

version 2.14.4