Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More support for type families and associated types | David Waern | 2008-07-02 | 2 | -50/+73 |
| | | | | Now we just need to render the instances | ||||
* | Remove redundant check for summary when rendering data types | David Waern | 2008-07-02 | 1 | -4/+3 |
| | |||||
* | Render type family declarations (untested) | David Waern | 2008-07-02 | 1 | -6/+80 |
| | |||||
* | Remove the TODO file now that we have a trac | David Waern | 2008-06-30 | 1 | -160/+0 |
| | |||||
* | Rename associated types | David Waern | 2008-06-30 | 1 | -5/+7 |
| | |||||
* | Rename type patterns | David Waern | 2008-06-30 | 1 | -5/+9 |
| | |||||
* | Rename TyFamily | David Waern | 2008-06-30 | 1 | -3/+8 |
| | |||||
* | Rename ForeignType | David Waern | 2008-06-30 | 1 | -4/+3 |
| | |||||
* | Improve wording in the help message | David Waern | 2008-06-26 | 1 | -2/+2 |
| | |||||
* | Update README | David Waern | 2008-06-26 | 1 | -1/+2 |
| | |||||
* | Update CHANGES | David Waern | 2008-06-26 | 1 | -0/+4 |
| | |||||
* | Use ghc-paths to get the lib dir | David Waern | 2008-06-26 | 4 | -10/+13 |
| | | | | | The path can still be overridden using the -B flag. It's not longer required to pass the lib dir to the program that runs the test suite. | ||||
* | Update test output | David Waern | 2008-06-19 | 1 | -68/+68 |
| | |||||
* | Be more consistent with GHC API naming in H.GHC.Utils | David Waern | 2008-06-19 | 3 | -9/+9 |
| | |||||
* | In Hoogle do not list things that are not local to this module | Neil Mitchell | 2008-06-18 | 1 | -1/+6 |
| | |||||
* | Change Hoogle to take the package name and package version separately | Neil Mitchell | 2008-06-16 | 2 | -10/+17 |
| | |||||
* | Add modulePkgInfo to Haddock.GHC.Utils, which gives back package name and ↵ | Neil Mitchell | 2008-06-16 | 1 | -0/+9 |
| | | | | version info | ||||
* | Change packageName to packageStr, as it better reflects the information ↵ | Neil Mitchell | 2008-06-16 | 1 | -6/+6 |
| | | | | stored in it | ||||
* | Default to "main" if there is no package, otherwise will clobber hoogle's ↵ | Neil Mitchell | 2008-06-16 | 1 | -1/+1 |
| | | | | hoogle info | ||||
* | Remove <document comment> from the Hoogle output | Neil Mitchell | 2008-06-14 | 1 | -1/+5 |
| | |||||
* | Add initial structure for outputting documentation as well, but does not yet ↵ | Neil Mitchell | 2008-06-14 | 1 | -5/+21 |
| | | | | output anything | ||||
* | Simplify the newtype/data outputting in Hoogle, as haddock does it automatically | Neil Mitchell | 2008-06-14 | 1 | -6/+2 |
| | |||||
* | Rewrite the --hoogle flag support | Neil Mitchell | 2008-06-07 | 2 | -137/+64 |
| | |||||
* | Add hide options to some source files | David Waern | 2008-05-01 | 3 | -0/+9 |
| | |||||
* | Export DocName in the API | David Waern | 2008-05-01 | 1 | -1/+3 |
| | |||||
* | Add extensions to cabal file | David Waern | 2008-05-01 | 1 | -2/+4 |
| | |||||
* | Add LANGUAGE pragmas to source files | David Waern | 2008-05-01 | 3 | -0/+10 |
| | |||||
* | Remove -fglasgow-exts and -fasm | David Waern | 2008-05-01 | 1 | -2/+1 |
| | |||||
* | Add Haddock.DocName to the cabal file | David Waern | 2008-05-01 | 1 | -0/+1 |
| | |||||
* | Add a synopsis | David Waern | 2008-05-01 | 1 | -0/+1 |
| | |||||
* | Update CHANGES | David Waern | 2008-05-01 | 1 | -0/+13 |
| | |||||
* | Remove claim of backwards compatibility from docs for readInterfaceFile | David Waern | 2008-05-01 | 1 | -2/+0 |
| | |||||
* | Update version number in spec and docs | David Waern | 2008-05-01 | 2 | -2/+2 |
| | |||||
* | Update test README | David Waern | 2008-04-12 | 1 | -3/+8 |
| | |||||
* | Remove two fixed bugs from TODO | David Waern | 2008-04-12 | 1 | -8/+0 |
| | |||||
* | Add a script for copying test output to "expected" output | David Waern | 2008-04-12 | 1 | -0/+23 |
| | |||||
* | Simplify test suite and add tests | David Waern | 2008-04-12 | 65 | -45/+12816 |
| | | | | | I move all tests into one single directory to simplify things, and add a test for the last bug that was fixed. | ||||
* | Fix missing parenthesis in constructor args bug | David Waern | 2008-04-12 | 1 | -4/+4 |
| | |||||
* | Fix printing of data binders | David Waern | 2008-04-12 | 2 | -3/+9 |
| | |||||
* | Add a flag for turning off all warnings | David Waern | 2008-04-11 | 4 | -9/+12 |
| | |||||
* | Turn off GHC warnings when running tests | David Waern | 2008-04-11 | 1 | -1/+1 |
| | |||||
* | Use the in-place haddock when running tests | David Waern | 2008-04-11 | 1 | -1/+1 |
| | |||||
* | Add a bug to TODO | David Waern | 2008-04-11 | 1 | -0/+5 |
| | |||||
* | Bump the version number to 2.1.0 | David Waern | 2008-02-11 | 1 | -1/+1 |
| | | | | | | | Since the exported datatype DocName has changed, we need to bump the major version number. Let's also drop the fourth version component, it's not that useful. | ||||
* | Remove yet another item from TODO that was not an actual bug | David Waern | 2008-02-10 | 1 | -3/+0 |
| | |||||
* | Remove bugs from TODO that weren't actual bugs | David Waern | 2008-02-10 | 1 | -12/+2 |
| | |||||
* | Remove bugs from TODO that don't apply anymore since the port | David Waern | 2008-02-10 | 1 | -11/+0 |
| | |||||
* | Update the version message to fit in small terminals | David Waern | 2008-02-10 | 1 | -2/+2 |
| | |||||
* | Fix some trivial warnings in H.InterfaceFile | David Waern | 2008-02-10 | 1 | -4/+7 |
| | |||||
* | H.GHC.Utils: add some functions that were removed by mistake | David Waern | 2008-02-10 | 1 | -0/+8 |
| |