From 84d56e33fab93772cc4822ac9b6c80a91542597d Mon Sep 17 00:00:00 2001
From: David Waern <david.waern@gmail.com>
Date: Wed, 23 Jul 2008 23:21:15 +0000
Subject: Be compatible with GHC 6.8.3

The cabal file is converted to use the "new" syntax with explicit Library
and Executable sections.

We define the __GHC_PATCHLEVEL__ symbol using a conditinal cpp-options field
in the cabal file. (Ideally, Cabal would define the symbol for us, like it does
for __GLASGOW_HASKELL__).

We use these symbols to #ifdef around a small difference between 6.8.2 and 6.8.3.

Previously, we only supported GHC 6.8.2 officially but the dependencies field
said "ghc <= 6.9". This was just for convenience when testing against the (then
compatible) HEAD version of GHC, and was left in the release by mistake.

Now, we support both GHC 6.8.2 and 6.8.3 and the dependencies field
correctly reflects this.
---
 tests/output/B.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tests/output/B.html')

diff --git a/tests/output/B.html b/tests/output/B.html
index a69e45ad..ca9ebca9 100644
--- a/tests/output/B.html
+++ b/tests/output/B.html
@@ -78,7 +78,7 @@
 ><TD CLASS="botbar"
 >Produced by <A HREF="http://www.haskell.org/haddock/"
 >Haddock</A
-> version 2.1.0</TD
+> version 2.2.0</TD
 ></TR
 ></TABLE
 ></BODY
-- 
cgit v1.2.3