aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
Commit message (Expand)AuthorAgeFilesLines
* Take away trailin "2" on all previously clashing type namesdavve2006-09-221-20/+20
* Skip external package modules sort for nowdavve2006-09-221-1/+1
* Fix a bug in Main.toHsTypedavve2006-09-221-3/+3
* Remove unnecessary fmapM import in Maindavve2006-09-211-1/+0
* Comments and spacing changedavve2006-09-181-3/+4
* Better comments in Main.hsdavve2006-09-161-5/+13
* Refactor PackageData creation code and start on building the doc env propery ...davve2006-09-161-42/+57
* Comments onlydavve2006-09-161-1/+17
* Remove Interface and Binary2 modules davve2006-09-151-8/+0
* Don't warn about missing links to ()davve2006-09-151-5/+8
* Remove commented-out codedavve2006-09-151-6/+1
* Remove handling of --package flagdavve2006-09-151-8/+3
* Small source code cleanupdavve2006-09-151-4/+0
* Remove interface reading/writing code and use the GHC api for creating packag...davve2006-09-151-64/+100
* Rename a functiondavve2006-09-041-2/+2
* Compensate for change of export list order in GHCdavve2006-09-031-1/+1
* Starting work on GADT renderingdavve2006-09-031-3/+3
* Change mode to BatchCompile to avoid GHC API bugdavve2006-09-031-1/+1
* Small cleanupdavve2006-08-201-3/+3
* Move interface read/write to its own module + some cleanupdavve2006-08-201-255/+48
* Adapt to latest GHC davve2006-08-191-63/+161
* Some refactoringdavve2006-08-141-94/+89
* Misc fixes and interface load/savedavve2006-08-131-170/+385
* Perfect rendering of Test.hsdavve2006-08-121-26/+52
* Render H98 Data declarationsdavve2006-08-121-2/+1
* Cleanupdavve2006-08-111-1/+0
* More progressdavve2006-08-101-15/+1
* More Html rendering progressdavve2006-08-091-209/+226
* Start porting the Html rendererdavve2006-07-301-350/+78
* Complete the renamerdavve2006-07-291-8/+40
* Add instances, build renaming environment, start on the renamerdavve2006-07-291-836/+230
* More work, started working on the renaming phase -- this code will need a cle...davve2006-07-231-50/+20
* More work on pass1 -- mostly donedavve2006-07-231-70/+126
* More progress -- still on phase1davve2006-07-201-7/+11
* More progress on the porting -- first pass starting to shape updavve2006-07-111-29/+131
* Progress on the porting process davve2006-07-111-19/+50
* Make the repos temporarily compile and illustrate a problemdavve2006-07-111-4/+4
* More porting work -- doesn't compiledavve2006-07-111-63/+136
* Initial modifications -- doesn't compiledavve2006-07-101-21/+246
* extend 'deriving' heuristic a littleRoss Paterson2006-04-241-6/+8
* Fixed Cabal/RPM buildSven Panne2006-03-191-1/+1
* Add Hoogle output optionNeil Mitchell2006-02-261-0/+7
* Make the --help output fit in 80 columns.Duncan Coutts2006-01-231-15/+16
* Remove the complex substitutions and add more command line flags instead.Duncan Coutts2006-01-231-19/+29
* Extend URL variable expansion syntax and add source links to the contents pageDuncan Coutts2006-01-221-2/+4
* Teach haddock about line pragmas and add accurate source code linksDuncan Coutts2006-01-211-5/+10
* Add an optional wiki link for each top level exported name.Duncan Coutts2006-01-191-2/+4
* Add a --wiki=URL flag to add a per-module link to a correspondng wiki page.Duncan Coutts2006-01-171-2/+10
* First cut of Cabal build systemsimonmar2005-10-141-36/+3
* [haddock @ 2005-10-10 15:02:55 by simonmar]simonmar2005-10-101-2/+2