aboutsummaryrefslogtreecommitdiff
path: root/html-test
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-01-29 21:41:58 +0000
committerHerbert Valerio Riedel <hvr@gnu.org>2014-01-30 17:22:34 +0100
commit18e9417edcda21dd23edf675b41f46ab336d773f (patch)
tree34ce5f517b9a975c8a39c3c5664c145f710ed7ec /html-test
parent7d2106e18f26a680d157ef943da2602e7199afa1 (diff)
Update tests
This updates tests due to Haddock Trac #271 fix and due to removal of TypeHoles as an extension from GHC.
Diffstat (limited to 'html-test')
-rw-r--r--html-test/ref/Extensions.html2
-rw-r--r--html-test/ref/Test.html2
-rw-r--r--html-test/src/Extensions.hs2
3 files changed, 3 insertions, 3 deletions
diff --git a/html-test/ref/Extensions.html b/html-test/ref/Extensions.html
index 82fd732f..382083c3 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 02146623..bd447ea1 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 6b3535c9..61eac219 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