[commit: haddock] 2.17.3.1-spanfix, alexbiehl-patch-1, ghc-8.0, ghc-8.0-facebook, ghc-head, ghc-head1, haddock-quick, headdock-library-1.4.5, ie_avails, issue-303, issue-475, master, pr-filter-maps, pr/cabal-desc, travis, v2.16, v2.17, v2.17.3, v2.18, wip-located-module-as, wip/D2418, wip/T11080-open-data-kinds, wip/T11258, wip/T11430, wip/T12105, wip/T12105-2, wip/T12942, wip/T13163, wip/T3384, wip/embelleshed-rdr, wip/new-tree-one-param, wip/rae, wip/remove-frames, wip/remove-frames1, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Make some version changes after 2.16.1 release (b7fa302)

git at git.haskell.org git at git.haskell.org
Mon Nov 20 20:49:01 UTC 2017


Repository : ssh://git@git.haskell.org/haddock

On branches: 2.17.3.1-spanfix,alexbiehl-patch-1,ghc-8.0,ghc-8.0-facebook,ghc-head,ghc-head1,haddock-quick,headdock-library-1.4.5,ie_avails,issue-303,issue-475,master,pr-filter-maps,pr/cabal-desc,travis,v2.16,v2.17,v2.17.3,v2.18,wip-located-module-as,wip/D2418,wip/T11080-open-data-kinds,wip/T11258,wip/T11430,wip/T12105,wip/T12105-2,wip/T12942,wip/T13163,wip/T3384,wip/embelleshed-rdr,wip/new-tree-one-param,wip/rae,wip/remove-frames,wip/remove-frames1,wip/revert-ttg-2017-11-20,wip/ttg-2017-10-13,wip/ttg-2017-10-31,wip/ttg-2017-11-06,wip/ttg2-2017-11-10,wip/ttg3-2017-11-12,wip/ttg4-constraints-2017-11-13
Link       : http://git.haskell.org/haddock.git/commitdiff/b7fa3020ca8af55688c45a219a5418b21d91beec

>---------------------------------------------------------------

commit b7fa3020ca8af55688c45a219a5418b21d91beec
Author: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
Date:   Wed Jul 22 22:03:21 2015 +0100

    Make some version changes after 2.16.1 release


>---------------------------------------------------------------

b7fa3020ca8af55688c45a219a5418b21d91beec
 CHANGES                       | 10 ++++++----
 doc/haddock.xml               |  2 +-
 haddock-api/haddock-api.cabal |  2 +-
 haddock.cabal                 |  4 ++--
 4 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/CHANGES b/CHANGES
index be829ad..60d3960 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+Changes in version 2.16.2
+
+ * Generate hyperlinked source ourselves (#410, part of GSOC 2015)
+
+ * Fix expansion icon for user-collapsible sections (#412)
+
 Changes in version 2.16.1
 
  * Don't default to type constructors for out-of-scope names (#253 and
@@ -21,10 +27,6 @@ Changes in version 2.16.1
 
  * Fix alignment of Source link for instances in Firefox (#384)
 
- * Generate hyperlinked source ourselves (#410, part of GSOC 2015)
-
- * Fix expansion icon for user-collapsible sections (#412)
-
 Changes in version 2.16.0
 
  * Experimental collapsible header support (#335)
diff --git a/doc/haddock.xml b/doc/haddock.xml
index e284521..e805a43 100644
--- a/doc/haddock.xml
+++ b/doc/haddock.xml
@@ -38,7 +38,7 @@
       <holder>Mateusz Kowalczyk</holder>
     </copyright>
     <abstract>
-      <para>This document describes Haddock version 2.16.1, a Haskell
+      <para>This document describes Haddock version 2.16.2, a Haskell
       documentation tool.</para>
     </abstract>
   </bookinfo>
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal
index 1e0b1ea..4db05de 100644
--- a/haddock-api/haddock-api.cabal
+++ b/haddock-api/haddock-api.cabal
@@ -1,5 +1,5 @@
 name:                 haddock-api
-version:              2.16.1
+version:              2.16.2
 synopsis:             A documentation-generation tool for Haskell libraries
 description:          Haddock is a documentation-generation tool for Haskell
                       libraries
diff --git a/haddock.cabal b/haddock.cabal
index 8fa9f33..27ae896 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -1,5 +1,5 @@
 name:                 haddock
-version:              2.16.1
+version:              2.16.2
 synopsis:             A documentation-generation tool for Haskell libraries
 description:          Haddock is a documentation-generation tool for Haskell
                       libraries
@@ -59,7 +59,7 @@ executable haddock
       array,
       xhtml >= 3000.2 && < 3000.3,
       Cabal >= 1.10,
-      ghc >= 7.9 && < 7.11,
+      ghc >= 7.9 && < 7.12,
       bytestring,
       transformers
 



More information about the ghc-commits mailing list