Skip to content
Snippets Groups Projects
Commit 5b81a9e5 authored by Mateusz Kowalczyk's avatar Mateusz Kowalczyk
Browse files

Bump down the version for master to 2.14.4

parent f32ad30e
No related branches found
No related tags found
5 merge requests!38Make --no-tmp-comp-dir the default,!37Adapt to latest xhtml version, various optimizations,!31Support HsToken in DataDecl and ClassDecl,!12Drop orphan instance when defined upstream.,!10Haddock interfaces produced from `.hi` files
Changes in version 2.15.0
Changes in version 2.14.4
* Always read in prologue files as UTF8 (#286 and Cabal #1721)
......
......@@ -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>
......
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
......
......@@ -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}
......
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment