[commit: haddock] ghc-7.8: Update tests (a525757)

git at git.haskell.org git at git.haskell.org
Thu Jan 30 18:52:33 UTC 2014


Repository : ssh://git@git.haskell.org/haddock

On branch  : ghc-7.8
Link       : http://git.haskell.org/haddock.git/commitdiff/a5257577bee6b4d35af1efc245f456e7a8a1cea8

>---------------------------------------------------------------

commit a5257577bee6b4d35af1efc245f456e7a8a1cea8
Author: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
Date:   Wed Jan 29 21:41:58 2014 +0000

    Update tests
    
    This updates tests due to Haddock Trac #271 fix and due to removal of
    TypeHoles as an extension from GHC.
    
    (cherry picked from commit 18e9417edcda21dd23edf675b41f46ab336d773f)
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


>---------------------------------------------------------------

a5257577bee6b4d35af1efc245f456e7a8a1cea8
 html-test/ref/Extensions.html |    2 +-
 html-test/ref/Test.html       |    2 +-
 html-test/src/Extensions.hs   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/html-test/ref/Extensions.html b/html-test/ref/Extensions.html
index 82fd732..382083c 100644
--- a/html-test/ref/Extensions.html
+++ b/html-test/ref/Extensions.html
@@ -47,7 +47,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Extensions.html");};
 	  ><th
 	    >Extensions</th
 	    ><td
-	    >TypeHoles</td
+	    >ExplicitForAll</td
 	    ></tr
 	  ></table
 	><p class="caption"
diff --git a/html-test/ref/Test.html b/html-test/ref/Test.html
index 0214662..bd447ea 100644
--- a/html-test/ref/Test.html
+++ b/html-test/ref/Test.html
@@ -41,7 +41,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
 	  ><th
 	    >License</th
 	    ><td
-	    >(c) Simon Marlow 2002</td
+	    >BSD-style</td
 	    ></tr
 	  ><tr
 	  ><th
diff --git a/html-test/src/Extensions.hs b/html-test/src/Extensions.hs
index 6b3535c..61eac21 100644
--- a/html-test/src/Extensions.hs
+++ b/html-test/src/Extensions.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE Haskell2010, TypeHoles, MonomorphismRestriction #-}
+{-# LANGUAGE Haskell2010, ExplicitForAll, MonomorphismRestriction #-}
 {-# OPTIONS_HADDOCK show-extensions #-}
 module Extensions where
 



More information about the ghc-commits mailing list