aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Documentation fixDavid Waern2008-01-071-3/+1
|
* Update CHANGESDavid Waern2008-01-071-0/+2
|
* Change url to repo in documentationDavid Waern2008-01-071-1/+1
|
* WibbleDavid Waern2008-01-071-1/+1
|
* Update CHANGES for 2.0.0.0David Waern2008-01-071-0/+24
|
* Remove the -use-package flag, we don't support it anywayDavid Waern2008-01-071-3/+0
|
* Manually merge over changes to CHANGES for 0.9David Waern2008-01-071-0/+26
|
* Change version in docs and specDavid Waern2008-01-072-2/+2
|
* doc updatesSimon Marlow2007-12-202-6/+2
|
* update versionSimon Marlow2007-12-201-1/+1
|
* update version numberSimon Marlow2007-12-201-1/+1
|
* add build scriptsSimon Marlow2007-12-202-0/+52
|
* Depend on ghc >= 6.8.2 && < 6.9David Waern2008-01-061-1/+1
|
* Add missing modules to the cabal fileDavid Waern2008-01-061-0/+2
|
* Change version to 2.0.0.0David Waern2008-01-061-1/+1
|
* Add haskell.vim (it had been removed somehow)David Waern2008-01-061-0/+68
|
* Change stability from stable to experimentalDavid Waern2008-01-061-1/+1
|
* Manual merge of a patch to the 0.8 branchDavid Waern2008-01-063-22/+31
| | | | | | | Thu Dec 6 15:00:10 CET 2007 Simon Marlow <simonmar@microsoft.com> * Source links must point to the original module, not the referring module
* Source links must point to the original module, not the referring moduleSimon Marlow2007-12-061-3/+11
|
* add an itemSimon Marlow2007-12-201-0/+2
|
* Add "cabal-version: >= 1.2" to the cabal fileDavid Waern2008-01-051-0/+1
|
* Add DrIFT commandsDavid Waern2008-01-051-1/+2
|
* Give a diff on test failureDavid Waern2007-12-081-1/+2
|
* Update testsDavid Waern2007-12-0814-220/+24
|
* Fix a bug (use ppTyName instead of ppName to print names in type apps)David Waern2007-12-081-1/+1
|
* Fix rendering of class operatorsDavid Waern2007-12-081-42/+26
|
* Fix rendering of instance heads to handle infix operatorsDavid Waern2007-12-081-13/+22
| | | | | This is also a refactoring to share this code for rendering predicates.
* Use ppParendType when printing types args in predicatesDavid Waern2007-12-081-4/+5
|
* Add ppLParendTypes/ppLParendTypeDavid Waern2007-12-081-4/+9
|
* Handle infix operators correctly in the Type -> HsType translationDavid Waern2007-12-081-3/+8
|
* Code layout changesDavid Waern2007-12-081-2/+2
|
* Handle class operators correctly when rendering predicatesDavid Waern2007-12-081-1/+15
|
* addition of type equality support (at least for HTML generation)Wolfgang Jeltsch2007-12-032-0/+5
|
* A a list of small improvements to the TODO fileDavid Waern2007-11-251-0/+11
|
* Merge patch from the old branch:David Waern2007-11-121-0/+1
| | | | | | | Fri Aug 31 13:21:45 CEST 2007 Duncan Coutts <duncan@haskell.org> * Add category: Development to .cabal file Otherwise it appears on the hackage website in the "Unclassified" category.
* Make the search box in a form so that enter does the default searchNeil Mitchell2007-01-121-4/+6
|
* Make the max number of results 75 instead of 50, to allow map searching in ↵Neil Mitchell2007-01-121-1/+1
| | | | the base library to work
* Fix conflictsDavid Waern2007-11-111-22/+16
|
* Rewrite much of the index searching code, previously was too slow to execute ↵Neil Mitchell2007-01-123-12/+120
| | | | on the base library with IE, the new version guarantees less than O(log n) operations be performed, where n is the number in the list (before was always O(n))
* Change from tabs to spaces in the ppHtmlIndex functionNeil Mitchell2007-01-111-19/+25
|
* Don't require -B <ghc-libdir> when no argument filesDavid Waern2007-11-112-35/+59
| | | | | | Change readInterfaceFile to take a Maybe Session, to avoid having to pass -B <ghc-libdir> to Haddock when there're no source files to process. This is nice when computing contents/index for external packages.
* Rename java-script file (this wasn't merge correctly)David Waern2007-11-111-2/+2
|
* Fix a bug that made haddock loopDavid Waern2007-11-111-1/+1
|
* Install LICENSE in the correct placesven.panne2007-09-021-1/+1
|
* Manual merge of an old patch:David Waern2007-11-111-1/+4
| | | | | | | | | | Thu Apr 19 20:23:40 CEST 2007 Wolfgang Jeltsch <g9ks157k@acme.softbase.org> * bug fix When Haddock was invoked with the --ignore-all-exports flag but the ignore-exports module attribute wasn't used, hyperlinks weren't created for non-exported names. This fix might not be as clean as one would wish (since --ignore-all-exports now results in ignore_all_exports = True *and* an additional OptIgnoreExports option for every module) but at least the bug seems to be resolved now.
* Manual merge of old patch:David Waern2007-11-113-8/+28
| | | | | | Sat Apr 21 04:36:43 CEST 2007 Roberto Zunino <zunrob@users.sf.net> * URL expansion for %%, %L, %{LINE}
* added substitution %{FILE///c}Conal Elliott2007-02-142-6/+17
|
* Fix conflictsDavid Waern2007-11-111-30/+21
|
* Do not create empty tables for data declarations which don't have any ↵Neil Mitchell2007-02-061-9/+23
| | | | constructors, instances or comments. Gets better HTML 4.01 compliance
* Make the index be in case-insensitive alphabetic orderNeil Mitchell2007-01-111-1/+1
|