[commit: haddock] v2.17: Release haddock/haddock-api 2.17.4 and haddock-library 1.4.3 (76b9397)
git at git.haskell.org
git at git.haskell.org
Tue Nov 28 11:50:27 UTC 2017
Repository : ssh://git@git.haskell.org/haddock
On branch : v2.17
Link : http://git.haskell.org/haddock.git/commitdiff/76b9397c3dda0562c3151f87a58cbbf40afff71b
>---------------------------------------------------------------
commit 76b9397c3dda0562c3151f87a58cbbf40afff71b
Author: alexbiehl <alex.biehl at gmail.com>
Date: Sun Apr 2 12:28:42 2017 +0200
Release haddock/haddock-api 2.17.4 and haddock-library 1.4.3
>---------------------------------------------------------------
76b9397c3dda0562c3151f87a58cbbf40afff71b
CHANGES | 14 ++++++++++++++
haddock-api/haddock-api.cabal | 2 +-
haddock-library/haddock-library.cabal | 2 +-
haddock.cabal | 2 +-
4 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/CHANGES b/CHANGES
index 4389c58..230614c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,17 @@
+Changes in version 2.17.4
+
+ * Fix 'internal error: links: UnhelpfulSpan' (#554, #565)
+
+ * Hyperlink backend knows about `DataKinds` (#510)
+
+ * Disable `NFData` instances for GHC types when GHC >= 8.0.2 (#537)
+
+ * Fix rendering of class methods for `Eq` and `Ord` (#549)
+
+ * First version of haddock-test library
+
+ * Export `MDoc` and `toInstalledIface` from `Haddock.Types`
+
Changes in version 2.17.3
* Remove framed view of the HTML documentation
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal
index 8fe4c3b..c9e2167 100644
--- a/haddock-api/haddock-api.cabal
+++ b/haddock-api/haddock-api.cabal
@@ -1,5 +1,5 @@
name: haddock-api
-version: 2.17.3
+version: 2.17.4
synopsis: A documentation-generation tool for Haskell libraries
description: Haddock is a documentation-generation tool for Haskell
libraries
diff --git a/haddock-library/haddock-library.cabal b/haddock-library/haddock-library.cabal
index 5eced02..06ad8df 100644
--- a/haddock-library/haddock-library.cabal
+++ b/haddock-library/haddock-library.cabal
@@ -1,5 +1,5 @@
name: haddock-library
-version: 1.4.2
+version: 1.4.3
synopsis: Library exposing some functionality of Haddock.
description: Haddock is a documentation-generation tool for Haskell
libraries. These modules expose some functionality of it
diff --git a/haddock.cabal b/haddock.cabal
index 49745a1..9defb2a 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -1,5 +1,5 @@
name: haddock
-version: 2.17.3
+version: 2.17.4
synopsis: A documentation-generation tool for Haskell libraries
description: Haddock is a documentation-generation tool for Haskell
libraries
More information about the ghc-commits
mailing list