aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2010-12-06 22:08:55 +0000
committerDavid Waern <david.waern@gmail.com>2010-12-06 22:08:55 +0000
commit723cd4e2ac9e513e60de71ed7efffcccd0a10c2f (patch)
treee6c10731981c2f1e7171b1b15f6239373c110f57
parentb5385b3b101acc17ce59b8a985946d12994a03bf (diff)
Update tests following version bump
-rw-r--r--tests/html-tests/tests/A.html.ref2
-rw-r--r--tests/html-tests/tests/B.html.ref2
-rw-r--r--tests/html-tests/tests/Bug1.html.ref2
-rw-r--r--tests/html-tests/tests/Bug2.html.ref2
-rw-r--r--tests/html-tests/tests/Bug3.html.ref2
-rw-r--r--tests/html-tests/tests/Bug4.html.ref2
-rw-r--r--tests/html-tests/tests/Bug6.html.ref2
-rw-r--r--tests/html-tests/tests/Bug7.html.ref2
-rw-r--r--tests/html-tests/tests/Bug8.html.ref2
-rw-r--r--tests/html-tests/tests/Bugs.html.ref2
-rw-r--r--tests/html-tests/tests/CrossPackageDocs.html.ref2
-rw-r--r--tests/html-tests/tests/Examples.html.ref2
-rw-r--r--tests/html-tests/tests/FunArgs.html.ref2
-rw-r--r--tests/html-tests/tests/GADTRecords.html.ref2
-rw-r--r--tests/html-tests/tests/Hash.html.ref2
-rw-r--r--tests/html-tests/tests/NamedDoc.html.ref2
-rw-r--r--tests/html-tests/tests/NoLayout.html.ref2
-rw-r--r--tests/html-tests/tests/NonGreedy.html.ref2
-rw-r--r--tests/html-tests/tests/QuasiExpr.html.ref2
-rw-r--r--tests/html-tests/tests/QuasiQuote.html.ref2
-rw-r--r--tests/html-tests/tests/TH.html.ref2
-rw-r--r--tests/html-tests/tests/TH2.html.ref2
-rw-r--r--tests/html-tests/tests/Test.html.ref2
-rw-r--r--tests/html-tests/tests/Ticket112.html.ref2
-rw-r--r--tests/html-tests/tests/Ticket61.html.ref2
-rw-r--r--tests/html-tests/tests/Ticket75.html.ref2
-rw-r--r--tests/html-tests/tests/TypeFamilies.html.ref2
-rw-r--r--tests/html-tests/tests/TypeOperators.html.ref2
-rw-r--r--tests/html-tests/tests/Visible.html.ref2
29 files changed, 29 insertions, 29 deletions
diff --git a/tests/html-tests/tests/A.html.ref b/tests/html-tests/tests/A.html.ref
index 8f0e3765..1d6d4de0 100644
--- a/tests/html-tests/tests/A.html.ref
+++ b/tests/html-tests/tests/A.html.ref
@@ -61,7 +61,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_A.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/B.html.ref b/tests/html-tests/tests/B.html.ref
index abb08d45..6cd4675c 100644
--- a/tests/html-tests/tests/B.html.ref
+++ b/tests/html-tests/tests/B.html.ref
@@ -44,7 +44,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_B.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/Bug1.html.ref b/tests/html-tests/tests/Bug1.html.ref
index bc778d38..3fce75e6 100644
--- a/tests/html-tests/tests/Bug1.html.ref
+++ b/tests/html-tests/tests/Bug1.html.ref
@@ -82,7 +82,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug1.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/Bug2.html.ref b/tests/html-tests/tests/Bug2.html.ref
index ed81755d..5ba19759 100644
--- a/tests/html-tests/tests/Bug2.html.ref
+++ b/tests/html-tests/tests/Bug2.html.ref
@@ -46,7 +46,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug2.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/Bug3.html.ref b/tests/html-tests/tests/Bug3.html.ref
index b231c443..b4360e35 100644
--- a/tests/html-tests/tests/Bug3.html.ref
+++ b/tests/html-tests/tests/Bug3.html.ref
@@ -62,7 +62,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug3.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/Bug4.html.ref b/tests/html-tests/tests/Bug4.html.ref
index 776a0ab6..6fc0ca82 100644
--- a/tests/html-tests/tests/Bug4.html.ref
+++ b/tests/html-tests/tests/Bug4.html.ref
@@ -61,7 +61,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug4.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/Bug6.html.ref b/tests/html-tests/tests/Bug6.html.ref
index c6ee6452..877f9c34 100644
--- a/tests/html-tests/tests/Bug6.html.ref
+++ b/tests/html-tests/tests/Bug6.html.ref
@@ -290,7 +290,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/Bug7.html.ref b/tests/html-tests/tests/Bug7.html.ref
index eea2095d..7aa55e11 100644
--- a/tests/html-tests/tests/Bug7.html.ref
+++ b/tests/html-tests/tests/Bug7.html.ref
@@ -146,7 +146,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug7.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/Bug8.html.ref b/tests/html-tests/tests/Bug8.html.ref
index e8ea727c..c0d44cf4 100644
--- a/tests/html-tests/tests/Bug8.html.ref
+++ b/tests/html-tests/tests/Bug8.html.ref
@@ -73,7 +73,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug8.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/Bugs.html.ref b/tests/html-tests/tests/Bugs.html.ref
index 5828a6fa..df583193 100644
--- a/tests/html-tests/tests/Bugs.html.ref
+++ b/tests/html-tests/tests/Bugs.html.ref
@@ -62,7 +62,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bugs.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/CrossPackageDocs.html.ref b/tests/html-tests/tests/CrossPackageDocs.html.ref
index fd16c958..6913c3c5 100644
--- a/tests/html-tests/tests/CrossPackageDocs.html.ref
+++ b/tests/html-tests/tests/CrossPackageDocs.html.ref
@@ -384,7 +384,7 @@ defined in the <A HREF="">Prelude</a
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/Examples.html.ref b/tests/html-tests/tests/Examples.html.ref
index 49383b7a..ba7da750 100644
--- a/tests/html-tests/tests/Examples.html.ref
+++ b/tests/html-tests/tests/Examples.html.ref
@@ -143,7 +143,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Examples.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/FunArgs.html.ref b/tests/html-tests/tests/FunArgs.html.ref
index 392ffca8..8aea2db8 100644
--- a/tests/html-tests/tests/FunArgs.html.ref
+++ b/tests/html-tests/tests/FunArgs.html.ref
@@ -156,7 +156,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_FunArgs.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/GADTRecords.html.ref b/tests/html-tests/tests/GADTRecords.html.ref
index fe80fae2..4a02a0a6 100644
--- a/tests/html-tests/tests/GADTRecords.html.ref
+++ b/tests/html-tests/tests/GADTRecords.html.ref
@@ -190,7 +190,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_GADTRecords.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/Hash.html.ref b/tests/html-tests/tests/Hash.html.ref
index 1bb64d42..ba231066 100644
--- a/tests/html-tests/tests/Hash.html.ref
+++ b/tests/html-tests/tests/Hash.html.ref
@@ -277,7 +277,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Hash.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/NamedDoc.html.ref b/tests/html-tests/tests/NamedDoc.html.ref
index 4c514487..9866053b 100644
--- a/tests/html-tests/tests/NamedDoc.html.ref
+++ b/tests/html-tests/tests/NamedDoc.html.ref
@@ -50,7 +50,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_NamedDoc.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/NoLayout.html.ref b/tests/html-tests/tests/NoLayout.html.ref
index cb073bf6..d861ae7c 100644
--- a/tests/html-tests/tests/NoLayout.html.ref
+++ b/tests/html-tests/tests/NoLayout.html.ref
@@ -64,7 +64,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_NoLayout.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/NonGreedy.html.ref b/tests/html-tests/tests/NonGreedy.html.ref
index 9e39b7c3..68693556 100644
--- a/tests/html-tests/tests/NonGreedy.html.ref
+++ b/tests/html-tests/tests/NonGreedy.html.ref
@@ -61,7 +61,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_NonGreedy.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/QuasiExpr.html.ref b/tests/html-tests/tests/QuasiExpr.html.ref
index 321631e4..f6c1d3e3 100644
--- a/tests/html-tests/tests/QuasiExpr.html.ref
+++ b/tests/html-tests/tests/QuasiExpr.html.ref
@@ -184,7 +184,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_QuasiExpr.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/QuasiQuote.html.ref b/tests/html-tests/tests/QuasiQuote.html.ref
index e1159268..8a587619 100644
--- a/tests/html-tests/tests/QuasiQuote.html.ref
+++ b/tests/html-tests/tests/QuasiQuote.html.ref
@@ -46,7 +46,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_QuasiQuote.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/TH.html.ref b/tests/html-tests/tests/TH.html.ref
index be948582..6e6c5c46 100644
--- a/tests/html-tests/tests/TH.html.ref
+++ b/tests/html-tests/tests/TH.html.ref
@@ -45,7 +45,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_TH.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/TH2.html.ref b/tests/html-tests/tests/TH2.html.ref
index 950a391b..b359c6c3 100644
--- a/tests/html-tests/tests/TH2.html.ref
+++ b/tests/html-tests/tests/TH2.html.ref
@@ -37,7 +37,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_TH2.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/Test.html.ref b/tests/html-tests/tests/Test.html.ref
index 2acc5ec8..21243d1d 100644
--- a/tests/html-tests/tests/Test.html.ref
+++ b/tests/html-tests/tests/Test.html.ref
@@ -1961,7 +1961,7 @@ test2
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/Ticket112.html.ref b/tests/html-tests/tests/Ticket112.html.ref
index f29b507a..349736c8 100644
--- a/tests/html-tests/tests/Ticket112.html.ref
+++ b/tests/html-tests/tests/Ticket112.html.ref
@@ -62,7 +62,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Ticket112.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/Ticket61.html.ref b/tests/html-tests/tests/Ticket61.html.ref
index 453cabad..beed3ff1 100644
--- a/tests/html-tests/tests/Ticket61.html.ref
+++ b/tests/html-tests/tests/Ticket61.html.ref
@@ -62,7 +62,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Ticket61.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/Ticket75.html.ref b/tests/html-tests/tests/Ticket75.html.ref
index dcadf429..ab42c3a4 100644
--- a/tests/html-tests/tests/Ticket75.html.ref
+++ b/tests/html-tests/tests/Ticket75.html.ref
@@ -92,7 +92,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Ticket75.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/TypeFamilies.html.ref b/tests/html-tests/tests/TypeFamilies.html.ref
index 02ad9920..08f7d474 100644
--- a/tests/html-tests/tests/TypeFamilies.html.ref
+++ b/tests/html-tests/tests/TypeFamilies.html.ref
@@ -161,7 +161,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/TypeOperators.html.ref b/tests/html-tests/tests/TypeOperators.html.ref
index 445af672..5c116900 100644
--- a/tests/html-tests/tests/TypeOperators.html.ref
+++ b/tests/html-tests/tests/TypeOperators.html.ref
@@ -208,7 +208,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeOperators.html");}
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html
diff --git a/tests/html-tests/tests/Visible.html.ref b/tests/html-tests/tests/Visible.html.ref
index 3dc3418f..8d80793e 100644
--- a/tests/html-tests/tests/Visible.html.ref
+++ b/tests/html-tests/tests/Visible.html.ref
@@ -47,7 +47,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Visible.html");};
><div id="footer"
><p
>Produced by <A HREF="">Haddock</a
- > version 2.8.2</p
+ > version 2.9.0</p
></div
></body
></html