Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
haddock
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Richard Eisenberg
haddock
Commits
fa06576c
Commit
fa06576c
authored
15 years ago
by
waern
Browse files
Options
Downloads
Patches
Plain Diff
Update ANNOUNCE
parent
041c03b5
No related branches found
Branches containing commit
Tags
2_7_0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ANNOUNCE
+7
-31
7 additions, 31 deletions
ANNOUNCE
CHANGES
+10
-0
10 additions, 0 deletions
CHANGES
with
17 additions
and
31 deletions
ANNOUNCE
+
7
−
31
View file @
fa06576c
--------------------------------------------
-- Haddock 2.
6
.0
-- Haddock 2.
7
.0
--------------------------------------------
A new version of Haddock, the Haskell documentation tool, is out!
This is the version that comes with GHC 6.12.1. It contains the main results of
Isaac Dupree's Summer of Code project, which are:
* Cross-package documentation (exporting something that comes from another
package is handled correctly. The full documentation of that thing shows
up in your documentation)
* Lexing and parsing of Haddock comment markup is moved from GHC back into
Haddock. This will make it easier to make changes to the markup format
We have decided to drop compatibility with older GHC versions in order to speed
up development.
--------------------------------------------
--
Full list of c
hanges in version 2.
6
.0
--
C
hanges in version 2.
7
.0
--------------------------------------------
* Drop support for GHC 6.10.*
* Add support for GHC 6.12.1
* Cross-package documentation
* Move lexing and parsing of the Haddock comment markup back to Haddock
* Slightly prettier printing of instance heads
* Support platforms for which GHC has no native code generator
* Instances can be commented
*
Add a flag --print-ghc-libdir
*
The Haddock API now exposes more of the internals of Haddock
*
Minor b
ug fixes
*
B
ug fixes
(most importantly #128)
--------------------------------------------
-- Links
...
...
@@ -45,7 +22,7 @@ Homepage:
http://www.haskell.org/haddock
Hackage page:
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haddock-2.
6
.0
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haddock-2.
7
.0
Bugtracker and wiki:
http://trac.haskell.org/haddock
...
...
@@ -63,8 +40,7 @@ Code repository:
The following people contributed patches to this release:
Isaac Dupree
Ian Lynagh
Simon Peyton-Jones
Yitzchak Gale
David Waern
--------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
CHANGES
+
10
−
0
View file @
fa06576c
Changes in version 2.7.0:
* Instances can be commented
* The Haddock API now exposes more of the internals of Haddock
* Bug fixes (most importantly #128)
-----------------------------------------------------------------------------
Changes in version 2.6.0:
* Drop support for GHC 6.10.*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment