[commit: haddock] master: Update tests (18e9417)

git at git.haskell.org git at git.haskell.org
Thu Jan 30 16:23:17 UTC 2014


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

On branch  : master
Link       : http://git.haskell.org/haddock.git/commitdiff/18e9417edcda21dd23edf675b41f46ab336d773f

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

commit 18e9417edcda21dd23edf675b41f46ab336d773f
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.


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

18e9417edcda21dd23edf675b41f46ab336d773f
 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