aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexbiehl <alex.biehl@gmail.com>2017-04-26 07:57:43 +0200
committerAlex Biehl <alexbiehl@gmail.com>2017-04-26 11:11:20 +0200
commit0ae73bb4987cc4c265fbbfdf0766d793ab69460d (patch)
treecf551f801a960dddca96f569e65dccc7aef3f915
parentd0fd3613deba40cc0c11198f6d9a844f36c22d2c (diff)
Markdownify changelog
-rw-r--r--CHANGES.md (renamed from CHANGES)90
-rw-r--r--haddock.cabal2
2 files changed, 46 insertions, 46 deletions
diff --git a/CHANGES b/CHANGES.md
index 8be4e79a..351d1293 100644
--- a/CHANGES
+++ b/CHANGES.md
@@ -1,8 +1,8 @@
-Changes in version HEAD
+## Changes in version HEAD
* Synopsis is working again (#599)
-Changes in version 2.17.4
+## Changes in version 2.17.4
* Fix 'internal error: links: UnhelpfulSpan' (#554, #565)
@@ -12,19 +12,19 @@ Changes in version 2.17.4
* Export `MDoc` and `toInstalledIface` from `Haddock.Types`
-Changes in version 2.17.3.1
+## Changes in version 2.17.3.1
* Disable `NFData` instances for GHC types when GHC >= 8.0.2 (#537)
-Changes in version 2.17.3
+## Changes in version 2.17.3
* Remove framed view of the HTML documentation
-Changes in version 2.17.2
+## Changes in version 2.17.2
* Fix portability of documentation building within GHC
-Changes in version 2.17.1
+## Changes in version 2.17.1
* Included with GHC 8.0.1
@@ -32,7 +32,7 @@ Changes in version 2.17.1
* Fixed clean rule of GHC Makefile
-Changes in version 2.17.0 (not released)
+## Changes in version 2.17.0 (not released)
* Support typesetting of mathematical expressions via Mathjax (#397)
@@ -42,7 +42,7 @@ Changes in version 2.17.0 (not released)
* Support GCC-like response files (#470)
-Changes in version 2.16.2
+## Changes in version 2.16.2
* Generate hyperlinked source ourselves (#410, part of GSOC 2015)
@@ -54,7 +54,7 @@ Changes in version 2.16.2
* Line anchors in hyperlinked source (#420)
-Changes in version 2.16.1
+## Changes in version 2.16.1
* Don't default to type constructors for out-of-scope names (#253 and
#375)
@@ -77,7 +77,7 @@ Changes in version 2.16.1
* Fix alignment of Source link for instances in Firefox (#384)
-Changes in version 2.16.0
+## Changes in version 2.16.0
* Experimental collapsible header support (#335)
@@ -111,7 +111,7 @@ Changes in version 2.16.0
* Deal better with long synopsis lines (#151)
-Changes in version 2.15.0
+## Changes in version 2.15.0
* Always read in prologue files as UTF8 (#286 and Cabal #1721)
@@ -141,13 +141,13 @@ Changes in version 2.15.0
* Remove some files which were really old or did not belong in the
repository in the first place.
-Changes in version 2.14.3
+## Changes in version 2.14.3
* Fix parsing of identifiers with ^ or ⋆ in them (#298)
* Fix anchors (#308)
-Changes in version 2.14.2
+## Changes in version 2.14.2
* Always drop --split-objs GHC flag for performance reasons (#292)
@@ -157,7 +157,7 @@ Changes in version 2.14.2
* Fix crashes associated with exporting data family record selectors (#294)
-Changes in version 2.14.1
+## Changes in version 2.14.1
* Render * and -> with their UnicodeSyntax equivalents if -U is enabled
@@ -165,7 +165,7 @@ Changes in version 2.14.1
* Hide right hand side of TF instances with hidden names on the RHS
-Changes in version 2.14.0
+## Changes in version 2.14.0
* Print entities with missing documentation (#258)
@@ -214,7 +214,7 @@ Changes in version 2.14.0
* Bird tracks specified like "> code" no longer suffer from an extra leading
space in the code output
-Changes in version 2.13.2
+## Changes in version 2.13.2
* Handle HsExplicitListTy in renamer (#213)
@@ -225,7 +225,7 @@ Changes in version 2.13.2
* Include everything that is required to run the test suite with the cabal
package (#230)
-Changes in version 2.13.1
+## Changes in version 2.13.1
* Hide instances that are "internal" to a module
@@ -235,13 +235,13 @@ Changes in version 2.13.1
* Fix and extend the Haddock API
-Changes in version 2.12.0
+## Changes in version 2.12.0
* Labeled URLs (e.g <http://example.net/ some label>)
* Improved memory usage (new dependency: deepseq)
-Changes in version 2.11.0
+## Changes in version 2.11.0
* Show deprecation messages for identifiers
@@ -262,7 +262,7 @@ Changes in version 2.11.0
* Access to unexported identifiers through the Haddock API again
-Changes in version 2.10.0
+## Changes in version 2.10.0
* Require GHC >= 7.4
@@ -278,13 +278,13 @@ Changes in version 2.10.0
* Bug fix: module references to other packages work again
-Changes in version 2.9.4
+## Changes in version 2.9.4
* Require GHC >= 7.2
* Support Alex 3.x
-Changes in version 2.9.3
+## Changes in version 2.9.3
[This is the version that comes with GHC 7.2.1 although it claims it's 2.9.2!]
@@ -296,19 +296,19 @@ Changes in version 2.9.3
* Minor bug fixes
-Changes in version 2.9.2
+## Changes in version 2.9.2
* Build with GHC 7.0.2
* Write Hoogle output in utf8; fixes GHC build on Windows
-Changes in version 2.9.1
+## Changes in version 2.9.1
* Fix build in GHC tree
* Improve .cabal file
-Changes in version 2.9.0
+## Changes in version 2.9.0
* Drop support for ghc < 7
@@ -322,7 +322,7 @@ Changes in version 2.9.0
* Minor changes to the API
-Changes in the version that comes with GHC 7.0.1
+## Changes in the version that comes with GHC 7.0.1
[This version claims it is 2.8.0 but is actually based on 2.8.1]
@@ -330,11 +330,11 @@ Changes in the version that comes with GHC 7.0.1
* Support GHC 7.0
-Changes in version 2.8.1
+## Changes in version 2.8.1
* Fix build on Windows with MinGW
-Changes in version 2.8.0
+## Changes in version 2.8.0
* HTML backend completely rewritten to generate semantically rich XHTML
using the xhtml package.
@@ -368,25 +368,25 @@ Changes in version 2.8.0
-----------------------------------------------------------------------------
-Changes in version 2.6.1 (bug fix release from the stable branch)
+## Changes in version 2.6.1 (bug fix release from the stable branch)
* Fix #128
-----------------------------------------------------------------------------
-Changes in version 2.7.2
+## Changes in version 2.7.2
* Add Paths_haddock to library
-----------------------------------------------------------------------------
-Changes in version 2.7.1:
+## Changes in version 2.7.1:
* Fix problems with library part of .cabal file
-----------------------------------------------------------------------------
-Changes in version 2.7.0:
+## Changes in version 2.7.0:
* Instances can be commented
@@ -396,7 +396,7 @@ Changes in version 2.7.0:
-----------------------------------------------------------------------------
-Changes in version 2.6.0:
+## Changes in version 2.6.0:
* Drop support for GHC 6.10.*
@@ -516,7 +516,7 @@ Changed in version 2.2.2:
-----------------------------------------------------------------------------
-Changes in version 2.2.1:
+## Changes in version 2.2.1:
* Support for GHC 6.8.3
@@ -537,7 +537,7 @@ Changes in version 2.2.1:
-----------------------------------------------------------------------------
-Changes in version 2.1.0:
+## Changes in version 2.1.0:
* Fix a bug that made links point to the defining module instead
of the "best" one (e.g Int pointing to GHC.Base instead of Data.Int)
@@ -550,7 +550,7 @@ Changes in version 2.1.0:
-----------------------------------------------------------------------------
-Changes in version 2.0.0.0:
+## Changes in version 2.0.0.0:
* The GHC API is used as the front-end
@@ -583,7 +583,7 @@ Changes in version 2.0.0.0:
-----------------------------------------------------------------------------
-Changes in version 0.9:
+## Changes in version 0.9:
* Infix type operators, e.g., first :: a~>a' -> (a,b)~>(a',b)
@@ -609,7 +609,7 @@ Changes in version 0.9:
-----------------------------------------------------------------------------
-Changes in version 0.8:
+## Changes in version 0.8:
* Haddock has a Cabal build system, and will build on Windows without
Cygwin or MSYS. GHC 6.4 or later is required.
@@ -628,9 +628,9 @@ Changes in version 0.8:
-----------------------------------------------------------------------------
-Changes in version 0.7:
+## Changes in version 0.7:
- * Changes in the way Haddock decides where to direct hyperlinks. Each entity
+ * ## Changes in the way Haddock decides where to direct hyperlinks. Each entity
is now assigned a single "home" module, and all hyperlinks are directed
to that module. See the docs ("Hyperlinking and re-exported entities")
for details.
@@ -656,7 +656,7 @@ Changes in version 0.7:
-----------------------------------------------------------------------------
-Changes in version 0.6:
+## Changes in version 0.6:
* Implicit parameters, zip comprehensions and 'mdo' are now
supported by the parser.
@@ -693,7 +693,7 @@ Changes in version 0.6:
-----------------------------------------------------------------------------
-Changes in version 0.5:
+## Changes in version 0.5:
* Compiles with recent versions of GHC.
@@ -703,7 +703,7 @@ Changes in version 0.5:
-----------------------------------------------------------------------------
-Changes in version 0.4:
+## Changes in version 0.4:
* Import declarations which list entities in parentheses, or with
hiding clauses, are now properly supported. Modulo one or two
@@ -726,7 +726,7 @@ Changes in version 0.4:
* Many bugs fixed
-----------------------------------------------------------------------------
-Changes in version 0.3:
+## Changes in version 0.3:
* Documentation on individual function arguments is now implemented
@@ -747,7 +747,7 @@ Changes in version 0.3:
* Various bugs fixed.
-----------------------------------------------------------------------------
-Changes in version 0.2:
+## Changes in version 0.2:
* The [...] markup for typewriter font has been changed to @...@.
diff --git a/haddock.cabal b/haddock.cabal
index 598f2b9a..935d517f 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -17,7 +17,7 @@ stability: experimental
tested-with: GHC==8.2.*, GHC==8.3
extra-source-files:
- CHANGES
+ CHANGES.md
README.md
doc/Makefile
doc/README.md