From 2448bd71609688be7b8bfe362a8534959531cd79 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Sun, 8 Sep 2013 10:33:38 +0200 Subject: Fix totality, unicode, examples, paragraph parsing Also simplify specs and parsers while we're at it. Some parsers were made more generic. This commit is a part of GHC pre-merge squash, email fuuzetsu@fuuzetsu.co.uk if you need the full commit history. --- html-test/ref/SpuriousSuperclassConstraints.html | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) (limited to 'html-test/ref/SpuriousSuperclassConstraints.html') diff --git a/html-test/ref/SpuriousSuperclassConstraints.html b/html-test/ref/SpuriousSuperclassConstraints.html index 9b9d8087..566eafd6 100644 --- a/html-test/ref/SpuriousSuperclassConstraints.html +++ b/html-test/ref/SpuriousSuperclassConstraints.html @@ -46,32 +46,25 @@ window.onload = function () {pageLoad();setSynopsis("mini_SpuriousSuperclassCons >Description

What is tested here: -

What is tested here:

Due to a change in GHC 7.6.1 we had a bug that superclass contraints were - included in the instances list. Edward K. repported it here: -

http://www.haskell.org/pipermail/haskell-cafe/2012-September/103600.html -

And here is the corresponding theard on glasgow-haskell-users: -

And here is the corresponding theard on glasgow-haskell-users:

http://www.haskell.org/pipermail/glasgow-haskell-users/2012-September/022914.html -

It has been fixed in: -

It has been fixed in:

 6ccf78e15a525282fef61bc4f58a279aa9c21771
- Fix spurious superclass constraints bug.
-