aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--doc/haddock.xml2
-rw-r--r--haddock.cabal6
-rw-r--r--haddock.spec2
-rw-r--r--src/Haddock/InterfaceFile.hs2
5 files changed, 7 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index 3814d095..832b3989 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-Changes in version 2.15.0
+Changes in version 2.14.4
* Always read in prologue files as UTF8 (#286 and Cabal #1721)
diff --git a/doc/haddock.xml b/doc/haddock.xml
index 39a947ca..573f1e36 100644
--- a/doc/haddock.xml
+++ b/doc/haddock.xml
@@ -21,7 +21,7 @@
<holder>Simon Marlow, David Waern</holder>
</copyright>
<abstract>
- <para>This document describes Haddock version 2.15.0, a Haskell
+ <para>This document describes Haddock version 2.14.4, a Haskell
documentation tool.</para>
</abstract>
</bookinfo>
diff --git a/haddock.cabal b/haddock.cabal
index ef645266..3082214a 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -1,5 +1,5 @@
name: haddock
-version: 2.15.0
+version: 2.14.4
synopsis: A documentation-generation tool for Haskell libraries
description: Haddock is a documentation-generation tool for Haskell
libraries
@@ -83,7 +83,7 @@ executable haddock
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
- ghc == 7.9.*,
+ ghc == 7.8.*,
bytestring
other-modules:
@@ -149,7 +149,7 @@ library
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
- ghc == 7.9.*
+ ghc == 7.8.*
if flag(in-ghc-tree)
cpp-options: -DIN_GHC_TREE
diff --git a/haddock.spec b/haddock.spec
index dd640f8a..bdf9dcf1 100644
--- a/haddock.spec
+++ b/haddock.spec
@@ -17,7 +17,7 @@
# version label of your release tarball.
%define name haddock
-%define version 2.15.0
+%define version 2.14.4
%define release 1
Name: %{name}
diff --git a/src/Haddock/InterfaceFile.hs b/src/Haddock/InterfaceFile.hs
index 4673f868..c13125e9 100644
--- a/src/Haddock/InterfaceFile.hs
+++ b/src/Haddock/InterfaceFile.hs
@@ -76,7 +76,7 @@ binaryInterfaceMagic = 0xD0Cface
-- (2) set `binaryInterfaceVersionCompatibility` to [binaryInterfaceVersion]
--
binaryInterfaceVersion :: Word16
-#if __GLASGOW_HASKELL__ == 709
+#if __GLASGOW_HASKELL__ == 708
binaryInterfaceVersion = 25
binaryInterfaceVersionCompatibility :: [Word16]