Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move H.Interface.Parse/Lex to H.Parse/Lex | David Waern | 2009-11-28 | 1 | -2/+2 |
| | | | | These are not just used to build Interfaces. | ||||
* | Rename HsDoc back into Doc | David Waern | 2009-11-28 | 1 | -1/+1 |
| | |||||
* | Say that we want quickcheck 2 | David Waern | 2009-11-28 | 1 | -1/+1 |
| | |||||
* | Add a test flag that brings in QuickCheck | David Waern | 2009-11-28 | 1 | -0/+8 |
| | |||||
* | Rename Distribution.Haddock into Documentation.Haddock | David Waern | 2009-11-28 | 1 | -1/+3 |
| | |||||
* | Remove unused H.Utils.FastMutInt2 | David Waern | 2009-11-28 | 1 | -1/+0 |
| | |||||
* | Remove cruft due to compatibility with older GHCs | David Waern | 2009-11-28 | 1 | -21/+0 |
| | |||||
* | Require at least GHC 6.12 | David Waern | 2009-11-28 | 1 | -1/+1 |
| | | | | | | | | | | While regression testing Haddock, I found a bug that happens with GHC 6.10.3, but not with GHC 6.12-rc2 (haven't tried 6.10.4). I don't have time to track it down. I think we should just always require the latest major GHC version. The time spent on making Haddock work with older versions is too high compared to the time spent on bugfixing, refactoring and features. | ||||
* | Bump version number | David Waern | 2009-11-23 | 1 | -1/+1 |
| | |||||
* | Loosen the GHC dependency | Ian Lynagh | 2009-09-22 | 1 | -1/+1 |
| | |||||
* | Allow building with base 4.2 | Ian Lynagh | 2009-09-11 | 1 | -1/+1 |
| | |||||
* | eliminate haskell98 dependency, following GHC's example | Isaac Dupree | 2009-08-23 | 1 | -1/+0 |
| | | | | | It turns out I/we already had, and it was only a matter of deleting it from the cabal file. | ||||
* | re-implement function-argument docs | Isaac Dupree | 2009-08-23 | 1 | -0/+1 |
| | | | | | | | ..on top of the lexParseRn work. This patch doesn't change the InstalledInterface format, and thus, it does not work cross-package, but that will be easy to add subsequently. | ||||
* | Move doc parsing/lexing into Haddock for ghc>=6.11 | Isaac Dupree | 2009-08-23 | 1 | -0/+6 |
| | |||||
* | Cross-Package Documentation version 4 | Isaac Dupree | 2009-08-12 | 1 | -0/+1 |
| | |||||
* | Require Cabal >= 1.6 | David Waern | 2009-08-15 | 1 | -1/+1 |
| | |||||
* | Remove -Werror | David Waern | 2009-08-15 | 1 | -1/+1 |
| | | | | Forgot that Hackage doesn't like it. | ||||
* | Do not version .haddock file based on GHC patchlevel version | David Waern | 2009-08-14 | 1 | -1/+1 |
| | | | | | We require that the instances of Binary that we use from GHC will not change between patchlevel versions. | ||||
* | Support GHC 6.10.* and 6.11.* only | David Waern | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Version .haddock files made with GHC 6.10.3/4 correclty | David Waern | 2009-08-14 | 1 | -2/+10 |
| | |||||
* | Remove support for ghc 6.8.* from .cabal file | David Waern | 2009-08-12 | 1 | -14/+6 |
| | |||||
* | Bump version number | Ian Lynagh | 2009-07-05 | 1 | -1/+1 |
| | | | | | Cabal needs to distinguish between haddocks having a --verbose and --verbosity flag | ||||
* | Delete Haddock.Exception and move contents to Haddock.Types | David Waern | 2009-06-24 | 1 | -2/+0 |
| | | | | Only a few lines of code that mainly declares a type - why not just put it in Haddock.Types. | ||||
* | Move H.GHC.Utils to H.GhcUtils | David Waern | 2009-04-05 | 1 | -3/+2 |
| | |||||
* | Turn on -Wall -Werror | David Waern | 2009-03-28 | 1 | -1/+1 |
| | |||||
* | Layout fix | David Waern | 2009-03-28 | 1 | -7/+7 |
| | |||||
* | Remove H.DocName and put DocName in H.Types | David Waern | 2009-03-27 | 1 | -2/+0 |
| | |||||
* | Remove H.GHC.Typecheck | David Waern | 2009-03-27 | 1 | -1/+0 |
| | |||||
* | Require Cabal >= 1.2.3 | David Waern | 2009-03-21 | 1 | -1/+1 |
| | |||||
* | Define __GHC_PATCHLEVEL__=1 when using ghc-6.10.1 | David Waern | 2009-03-21 | 1 | -0/+4 |
| | |||||
* | Relax base dependency to < 4.2, not < 4.1 | Ian Lynagh | 2009-03-07 | 1 | -1/+1 |
| | |||||
* | Define __GHC_PATCHLEVEL__ for recent version of GHC (stable). | Thomas Schilling | 2009-02-24 | 1 | -4/+2 |
| | |||||
* | Don't build the library when building in the GHC tree | Ian Lynagh | 2009-02-12 | 1 | -0/+4 |
| | |||||
* | Change version to 2.4.2 - no need to go to 2.5.0 | David Waern | 2009-01-10 | 1 | -1/+1 |
| | |||||
* | Remove -Wall, we'll focus on warnings after 6.10.2 is out | David Waern | 2008-12-07 | 1 | -1/+1 |
| | |||||
* | Remove -Werror | David Waern | 2008-12-07 | 1 | -3/+1 |
| | |||||
* | Add -Wall -Werror to ghc-options | David Waern | 2008-10-22 | 1 | -1/+3 |
| | |||||
* | Bump major version number due to .haddock file format change | David Waern | 2008-11-16 | 1 | -1/+1 |
| | |||||
* | Export DocName in the library | David Waern | 2008-11-10 | 1 | -0/+1 |
| | |||||
* | Add Haddock.GHC.Utils to other-modules in library | David Waern | 2008-11-09 | 1 | -0/+1 |
| | |||||
* | Depend on base 4.0.* instead of 4.* | David Waern | 2008-11-06 | 1 | -1/+1 |
| | |||||
* | Bump version to 2.4.1 and update CHANGES | David Waern | 2008-11-06 | 1 | -1/+1 |
| | |||||
* | Depend on base 4.* when using GHC >= 6.9, otherwise 3.* | David Waern | 2008-11-06 | 1 | -1/+3 |
| | |||||
* | Bump version number | David Waern | 2008-11-04 | 1 | -1/+1 |
| | |||||
* | Enable framed view of the HTML documentation. | Thomas Schilling | 2008-10-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch introduces: - A page that displays the documentation in a framed view. The left side will show a full module index. Clicking a module name will show it in the right frame. If Javascript is enabled, the left side is split again to show the modules at the top and a very short synopsis for the module currently displayed on the right. - Code to generate the mini-synopsis for each module and the mini module index ("index-frames.html"). - CSS rules for the mini-synopsis. - A very small amount of javascript to update the mini-synopsis (but only if inside a frame.) Some perhaps controversial things: - Sharing code was very difficult, so there is a small amount of code duplication. - The amount of generated pages has been doubled, since every module now also gets a mini-synopsis. The overhead should not be too much, but I haven't checked. Alternatively, the mini-synopsis could also be generated using Javascript if we properly annotate the actual synopsis. | ||||
* | Bump version number to 2.3.0 | David Waern | 2008-10-10 | 1 | -1/+1 |
| | |||||
* | Hide H.Utils in library | David Waern | 2008-10-10 | 1 | -0/+1 |
| | |||||
* | Increase the GHC upper bound from 6.11 to 6.13 | Ian Lynagh | 2008-09-23 | 1 | -1/+1 |
| | |||||
* | follow library changes | Ian Lynagh | 2008-09-03 | 1 | -1/+1 |
| | |||||
* | Fix in-tree haddock on Windows | Ian Lynagh | 2008-08-29 | 1 | -5/+7 |
| |