[commit: haddock] alexbiehl-patch-1, ghc-head, ghc-head1, headdock-library-1.4.5, ie_avails, master, pr-filter-maps, pr/cabal-desc, v2.18, wip/T14529, 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, wip/ttg6-unrevert-2017-11-22: Bump to 2.18.0 (#605) (7ec72d3)

git at git.haskell.org git at git.haskell.org
Tue Nov 28 11:51:47 UTC 2017


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

On branches: alexbiehl-patch-1,ghc-head,ghc-head1,headdock-library-1.4.5,ie_avails,master,pr-filter-maps,pr/cabal-desc,v2.18,wip/T14529,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,wip/ttg6-unrevert-2017-11-22
Link       : http://git.haskell.org/haddock.git/commitdiff/7ec72d3ad81657f5a5298ac1465229fa7cafb35c

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

commit 7ec72d3ad81657f5a5298ac1465229fa7cafb35c
Author: Alex Biehl <alexbiehl at gmail.com>
Date:   Wed Apr 26 11:32:33 2017 +0200

    Bump to 2.18.0 (#605)


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

7ec72d3ad81657f5a5298ac1465229fa7cafb35c
 CHANGES.md                    | 2 +-
 haddock-api/haddock-api.cabal | 2 +-
 haddock.cabal                 | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 351d129..6c2b5d3 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,4 +1,4 @@
-## Changes in version HEAD
+## Changes in version 2.18.0
 
  * Synopsis is working again (#599)
 
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal
index 20b656b..15215cd 100644
--- a/haddock-api/haddock-api.cabal
+++ b/haddock-api/haddock-api.cabal
@@ -1,5 +1,5 @@
 name:                 haddock-api
-version:              2.17.4
+version:              2.18.0
 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 935d517..160316e 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -1,5 +1,5 @@
 name:                 haddock
-version:              2.17.4
+version:              2.18.0
 synopsis:             A documentation-generation tool for Haskell libraries
 description:          Haddock is a documentation-generation tool for Haskell
                       libraries
@@ -123,7 +123,7 @@ executable haddock
   else
     -- in order for haddock's advertised version number to have proper meaning,
     -- we pin down to a single haddock-api version.
-    build-depends:  haddock-api == 2.17.4
+    build-depends:  haddock-api == 2.18.0
 
 test-suite driver-test
   type:             exitcode-stdio-1.0



More information about the ghc-commits mailing list