| Commit message (Expand) | Author | Age | Files | Lines |
* | Define Foldable and Traversable instances for Located | David Waern | 2009-03-27 | 2 | -10/+29 |
* | -Wall police in H.B.Hoogle | David Waern | 2009-03-27 | 1 | -12/+20 |
* | -Wall police | David Waern | 2009-03-27 | 2 | -7/+5 |
* | Document DocName | David Waern | 2009-03-27 | 1 | -0/+2 |
* | Remove H.DocName and put DocName in H.Types | David Waern | 2009-03-27 | 6 | -56/+37 |
* | Use docNameOcc instead of nameOccName . getName | David Waern | 2009-03-27 | 1 | -1/+1 |
* | Remove docNameOrig and use getName everywhere instead | David Waern | 2009-03-27 | 2 | -18/+10 |
* | Remove H.GHC.Typecheck | David Waern | 2009-03-27 | 3 | -56/+36 |
* | Fix conflicts | David Waern | 2009-03-27 | 1 | -46/+63 |
* | Add some basic "verbose" mode logging in H.Interface | David Waern | 2008-12-07 | 1 | -57/+49 |
* | Add verbosity flag and utils, remove "verbose" flag | David Waern | 2008-12-07 | 3 | -5/+30 |
* | -Wall police in H.B.Html | David Waern | 2009-03-26 | 1 | -181/+224 |
* | Fix warnings in H.B.DevHelp | David Waern | 2009-03-24 | 1 | -9/+9 |
* | Remove unnecessary LANGUAGE pragma | David Waern | 2009-03-24 | 1 | -2/+0 |
* | Bump .haddock file version number (due to change of format) | David Waern | 2009-03-21 | 1 | -5/+11 |
* | Do not show package name in warning message | David Waern | 2009-02-28 | 1 | -1/+1 |
* | Shorten warning message | David Waern | 2009-02-27 | 1 | -3/+2 |
* | Fix error message conflict | David Waern | 2009-02-27 | 1 | -5/+4 |
* | Bug fix | David Waern | 2009-02-27 | 2 | -8/+75 |
* | Add the module to one of haddocks warnings | Ian Lynagh | 2009-02-26 | 1 | -1/+1 |
* | Hide fynTyConName only for recent GHC versions | David Waern | 2009-02-25 | 1 | -0/+6 |
* | 'needsTemplateHaskell' is not defined in current stable GHC. | Thomas Schilling | 2009-02-24 | 1 | -0/+3 |
* | Hide funTyConName, now exported by TypeRep | simonpj | 2009-02-02 | 1 | -1/+1 |
* | Fix bad error handling with newer GHCs | David Waern | 2009-02-25 | 1 | -26/+20 |
* | Fix small bug | David Waern | 2009-02-24 | 1 | -6/+17 |
* | Typo in comment | Joachim Breitner | 2009-02-20 | 1 | -1/+1 |
* | Do not show a subordinate at the top level if its parent is also exported | David Waern | 2009-02-07 | 1 | -6/+44 |
* | Correct comment | David Waern | 2009-01-24 | 1 | -2/+2 |
* | Correct spelling mistake in error message | David Waern | 2009-01-24 | 1 | -1/+1 |
* | Filter out separately exported associated types in a smarter way | David Waern | 2009-01-23 | 1 | -17/+19 |
* | Fix Trac #50: do not attach docs to pragmas or other kinds of non-declarations | David Waern | 2009-01-22 | 1 | -12/+10 |
* | Do not indicate that a constructor argument is unboxed | David Waern | 2009-01-21 | 1 | -1/+2 |
* | Fix Trac #59: TH-generated declarations disappearing | David Waern | 2009-01-20 | 1 | -7/+1 |
* | Document H.I.Create.collectDocs better | David Waern | 2009-01-20 | 1 | -1/+4 |
* | Only use needsTemplateHaskell when compiling with GHC 6.10.2 or above | David Waern | 2009-01-10 | 1 | -0/+4 |
* | Fix Trac #68: Turn on compilation via C for Template Haskell packages | David Waern | 2009-01-10 | 1 | -1/+14 |
* | Export modules also when coming from external packages | David Waern | 2009-01-08 | 1 | -4/+15 |
* | Do not process boot modules | David Waern | 2009-01-06 | 1 | -26/+38 |
* | Show re-exported names from external packages again | David Waern | 2009-01-02 | 6 | -44/+85 |
* | Wrap the GHC usage with defaultCleanupHandler | Ian Lynagh | 2008-12-11 | 1 | -5/+6 |
* | Make visible names from ExportItems | David Waern | 2008-12-08 | 4 | -69/+29 |
* | Make forall's in constructors explicit, i.e. data Foo = Foo {foo :: Eq a => a} | Neil Mitchell | 2008-12-15 | 1 | -2/+8 |
* | Resolve conflict properly | David Waern | 2008-12-07 | 1 | -0/+1 |
* | Solve conflict | David Waern | 2008-12-07 | 1 | -1/+0 |
* | Haddock really shouldn't try to overwrite files. | Thomas Schilling | 2008-11-29 | 1 | -1/+1 |
* | Allow referring to a specific section within a module in a module link | Roman Cheplyaka | 2008-11-27 | 1 | -1/+1 |
* | Drop HsDocTy annotations, they mess up pretty printing and also have a bracke... | Neil Mitchell | 2008-11-27 | 1 | -9/+29 |
* | FIX #45: generate two anchors for each name | David Waern | 2008-11-23 | 1 | -1/+9 |
* | Store hidden modules in .haddock files | David Waern | 2008-11-15 | 2 | -7/+11 |
* | Make DocName an instance of NamedThing | David Waern | 2008-11-10 | 1 | -0/+7 |