From 5b81a9e53894d2ae591ca0c6c96199632d39eb06 Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Thu, 14 Aug 2014 20:19:07 +0100 Subject: 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 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 @@ Simon Marlow, David Waern - This document describes Haddock version 2.15.0, a Haskell + This document describes Haddock version 2.14.4, a Haskell documentation tool. 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] -- cgit v1.2.3