Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version number. | David Waern | 2012-05-16 | 1 | -1/+1 |
| | |||||
* | Require ghc >= 7.4. | David Waern | 2012-02-01 | 1 | -2/+2 |
| | |||||
* | Merge ../ghc/utils/haddock | David Waern | 2011-12-27 | 1 | -6/+12 |
|\ | |||||
| * | Merge ../../../haddock | David Waern | 2011-12-27 | 1 | -2/+0 |
| |\ | | | | | | | | | | | | | Conflicts: src/Haddock/InterfaceFile.hs | ||||
| * | | Fix (untested) building from source tarball without alex/happy | Ian Lynagh | 2011-12-18 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | haddock's .cabal file was declaring that it needed alex and happy to build, but in the GHC source tarballs it doesn't. | ||||
| * | | Update dependencies and binaryInterfaceVersion | Ian Lynagh | 2011-12-12 | 1 | -4/+4 |
| | | | |||||
* | | | Bump version. | David Waern | 2011-12-27 | 1 | -1/+1 |
| |/ |/| | |||||
* | | More cleanup. | David Waern | 2011-12-03 | 1 | -2/+0 |
|/ | |||||
* | Cleanup. | David Waern | 2011-11-26 | 1 | -2/+0 |
| | |||||
* | Fix a bug in test runner and get rid of regex-compat dependency. | David Waern | 2011-11-24 | 1 | -1/+1 |
| | |||||
* | Add alex and happy to build-tools. | David Waern | 2011-10-06 | 1 | -0/+2 |
| | |||||
* | Bump version to 2.9.4 | David Waern | 2011-10-04 | 1 | -1/+1 |
| | |||||
* | Requre ghc >= 7.2 | David Waern | 2011-10-04 | 1 | -2/+2 |
| | |||||
* | Improve .cabal file | David Waern | 2011-10-01 | 1 | -8/+12 |
| | |||||
* | Fix problem with test files not added to distribution tarball | David Waern | 2011-09-30 | 1 | -0/+3 |
| | |||||
* | Bump to version 2.9.3 | David Waern | 2011-09-26 | 1 | -1/+1 |
| | |||||
* | Relax base dep | Ian Lynagh | 2011-07-07 | 1 | -2/+2 |
| | |||||
* | Bump GHC dep to allow 7.2 | Ian Lynagh | 2011-06-26 | 1 | -2/+2 |
| | |||||
* | Use cabal's test suite support to run the test suite | David Waern | 2011-05-22 | 1 | -0/+8 |
| | | | | This gives up proper dependency tracking of the test script. | ||||
* | Bump version | David Waern | 2011-01-08 | 1 | -1/+1 |
| | |||||
* | Bump version | David Waern | 2010-12-19 | 1 | -1/+1 |
| | |||||
* | Revise haddock.cabal given that we now require ghc-7 | Lennart Kolmodin | 2010-12-17 | 1 | -7/+9 |
| | | | | | default-language should be Haskell2010, slight new semantics for extensions. Rewrite into clearer dependencies of base and Cabal. | ||||
* | Bump version | David Waern | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | Remove Haskell 2010 extensions from .cabal file | David Waern | 2010-11-16 | 1 | -4/+2 |
| | |||||
* | Solve conflict | David Waern | 2010-11-14 | 1 | -2/+2 |
| | |||||
* | Require ghc >= 7.0 | David Waern | 2010-11-14 | 1 | -2/+2 |
| | |||||
* | Bump GHC dep | Ian Lynagh | 2010-09-22 | 1 | -2/+2 |
| | |||||
* | Bump version to 2.8.2 | David Waern | 2010-11-14 | 1 | -1/+1 |
| | |||||
* | Bump GHC dep upper bound | Ian Lynagh | 2010-09-21 | 1 | -2/+2 |
| | |||||
* | Bump version | David Waern | 2010-11-14 | 1 | -1/+1 |
| | |||||
* | Bump version number | David Waern | 2010-08-31 | 1 | -1/+1 |
| | |||||
* | Allow building with ghc < 6.16 | David Waern | 2010-08-29 | 1 | -1/+1 |
| | |||||
* | Remove Snappy data files | David Waern | 2010-08-29 | 1 | -4/+0 |
| | |||||
* | Add createInterfaces' (a more high-level alternative to createInterfaces) to ↵ | Simon Hengel | 2010-08-08 | 1 | -0/+1 |
| | | | | Haddock API | ||||
* | add missing data file to .cabal | Mark Lentczner | 2010-08-17 | 1 | -0/+1 |
| | |||||
* | Add missing dependency to cabal file | Simon Hengel | 2010-08-07 | 1 | -0/+1 |
| | |||||
* | Adapt paths to data files in cabal file | Simon Hengel | 2010-08-03 | 1 | -16/+12 |
| | |||||
* | Fix build in GHC tree | Ian Lynagh | 2010-07-30 | 1 | -0/+1 |
| | |||||
* | reorganize files in the html lib data dir | Mark Lentczner | 2010-07-26 | 1 | -6/+17 |
| | |||||
* | remove --html-help support - it was old, out-of-date, and mostly missing | Mark Lentczner | 2010-07-22 | 1 | -6/+0 |
| | |||||
* | remove old HTML backend | Mark Lentczner | 2010-07-22 | 1 | -6/+0 |
| | |||||
* | Add -fwarn-tabs | David Waern | 2010-07-21 | 1 | -2/+2 |
| | |||||
* | rename Haddock.Backends.Xhtml.Util to Utils | Mark Lentczner | 2010-07-19 | 1 | -2/+2 |
| | |||||
* | Add missing dependencies to cabal file | Simon Hengel | 2010-07-10 | 1 | -0/+1 |
| | |||||
* | LaTeX backend (new options: --latex, --latex-style=<style>) | Simon Marlow | 2010-06-30 | 1 | -0/+2 |
| | |||||
* | Allow base-4.3 | Simon Marlow | 2010-06-02 | 1 | -2/+2 |
| | |||||
* | Add missing dependencies to cabal file | simon.hengel | 2010-04-02 | 1 | -0/+15 |
| | |||||
* | First, experimental XHTML rendering | Mark Lentczner | 2010-03-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | switch to using the xhtml package copied Html.hs to Xhtml.hs and split into sub-modules under Haddock/Backends/Xhtml and detabify moved footer into div, got ready for iface change headers converted to semantic markup contents in semantic markup summary as semantic markup description in semantic markup, info block in header fixed factored out rendering so during debug it can be readable (see renderToString) | ||||
* | Fix library part of cabal file when in ghc tree | david.waern | 2010-03-20 | 1 | -2/+7 |
| | |||||
* | Bump version number | david.waern | 2010-03-15 | 1 | -1/+1 |
| |