From 5b81a9e53894d2ae591ca0c6c96199632d39eb06 Mon Sep 17 00:00:00 2001
From: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
Date: Thu, 14 Aug 2014 20:19:07 +0100
Subject: [PATCH] Bump down the version for master to 2.14.4

---
 CHANGES                      | 2 +-
 doc/haddock.xml              | 2 +-
 haddock.cabal                | 6 +++---
 haddock.spec                 | 2 +-
 src/Haddock/InterfaceFile.hs | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/CHANGES b/CHANGES
index 3814d0952a..832b398967 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 39a947ca26..573f1e36dc 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 ef6452664a..3082214a1d 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 dd640f8ae4..bdf9dcf1b2 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 4673f8681c..c13125e910 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]
-- 
GitLab