diff options
author | Kazu Yamamoto <kazu@iij.ad.jp> | 2013-02-01 11:59:24 +0900 |
---|---|---|
committer | Kazu Yamamoto <kazu@iij.ad.jp> | 2013-02-01 11:59:24 +0900 |
commit | 8d4c94ca5a969a5ebbb791939fb0195dc672429e (patch) | |
tree | 560a944a7105cd715f9acba46790bd7e1a77f82f /ANNOUNCE | |
parent | 266a20afd2d27f28bbb62839ebc3f70bd83bfcce (diff) | |
parent | 3d25ea2929a9a9bd0768339b8ac5fd1b7c4670ad (diff) |
Merge branch 'ghc-7.6' into ghc-7.6-merge-2
Conflicts:
haddock.cabal
src/Haddock/Interface/AttachInstances.hs
src/Haddock/Interface/Create.hs
src/Haddock/Interface/LexParseRn.hs
src/Haddock/InterfaceFile.hs
src/Haddock/Types.hs
Only GHC HEAD can compile this. GHC 7.6.x cannot compile this.
Some test fail.
Diffstat (limited to 'ANNOUNCE')
-rw-r--r-- | ANNOUNCE | 37 |
1 files changed, 13 insertions, 24 deletions
@@ -1,28 +1,20 @@ -------------------------------------------- --- Haddock 2.9.3 +-- Haddock 2.13.1 -------------------------------------------- -A new version of Haddock, the Haskell documentation tool, is out! - -This is the version that comes with GHC 7.2.1 (although that executable claims -it is version 2.9.2!) - -Apologies to people who have sent in patches that haven't made it into this -release, they will go into the next one. +A new versions of Haddock has been uploaded to Hackage. -------------------------------------------- --- Changes in version 2.9.3 +-- Changes in version 2.13.1 -------------------------------------------- -Changes in version 2.9.3 - - * Build with GHC 7.2.1 + * Hide instances that are "internal" to a module - * Support blank lines in results of examples + * Add support for properties in documentation - * A type signatures for multiple names generates one signature in the output + * Fix a bug with spurious superclass constraints - * Minor bug fixes + * Fix and extend the Haddock API -------------------------------------------- -- Links @@ -32,7 +24,7 @@ Homepage: http://www.haskell.org/haddock Hackage page: - http://hackage.haskell.org/package/haddock-2.9.0 + http://hackage.haskell.org/package/haddock Bugtracker and wiki: http://trac.haskell.org/haddock @@ -41,7 +33,7 @@ Mailing list: haddock@projects.haskell.org Code repository: - http://code.haskell.org/haddock + http://darcs.haskell.org/haddock.git -------------------------------------------- -- Contributors @@ -49,13 +41,10 @@ Code repository: The following people contributed patches to this release: -Max Bolingbroke -Ian Lynagh -Simon Hengel -Jose Pedro Magalhaes -Simon Peyton Jones -Michal Terepeta +Kazu Yamamoto +Roman Cheplyaka David Waern +Simon Hengel -------------------------------------------- -- Get Involved @@ -64,7 +53,7 @@ David Waern We would be very happy to get more contributors. To get involved, start by grabbing the code: - http://code.haskell.org/haddock + http://darcs.haskell.org/haddock.git Then take a look at the bug and feature tracker for things to work on: |