Skip to content
Snippets Groups Projects
Commit fe152195 authored by Mateusz Kowalczyk's avatar Mateusz Kowalczyk
Browse files

Update CHANGES

parent fb2a6bf0
No related branches found
No related tags found
5 merge requests!38Make --no-tmp-comp-dir the default,!37Adapt to latest xhtml version, various optimizations,!31Support HsToken in DataDecl and ClassDecl,!12Drop orphan instance when defined upstream.,!10Haddock interfaces produced from `.hi` files
Changes in version 2.14.4
Changes in version 2.15.0
* Always read in prologue files as UTF8 (#286 and Cabal #1721)
......@@ -8,6 +8,23 @@ Changes in version 2.14.4
* parser: preserve list ordering in certain scenarios (#313)
* parser: update the attoparsec version used internally giving slight
parsing performance boost.
* Move development to be against latest GHC release and not GHC HEAD.
* Further split up the package to separate the executable from the
library, necessary by things like GHCJS. We now have
‘haddock-library’ which are the parts that don't use GHC API,
‘haddock-api’ which are (some of) the parts that do use GHC API and
‘haddock’ which merely provides the executable.
* Export few extra functions in the API.
* Add compatibility with GHC 7.8.2.
* Omit unnecessary ‘forall’s (#315 and #86)
Changes in version 2.14.3
* Fix parsing of identifiers with ^ or ⋆ in them (#298)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment