| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 7 | -51/+89 |
* | 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 |
* | Try and find a better package name than "main" for Hoogle, goes wrong when wo... | Neil Mitchell | 2008-12-18 | 1 | -1/+2 |
* | 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 | 3 | -20/+23 |
* | Make DocName an instance of NamedThing | David Waern | 2008-11-10 | 1 | -0/+7 |
* | Export H.DocName in the library | David Waern | 2008-11-10 | 1 | -1/+1 |
* | Document the functions in H.DocName | David Waern | 2008-11-10 | 1 | -0/+2 |
* | Export DocName in the library | David Waern | 2008-11-10 | 1 | -1/+1 |
* | Re-export NameCache and friends from Distribution.Haddock | David Waern | 2008-11-09 | 1 | -0/+3 |
* | Set HscTarget to HscNothing instead of HscAsm | David Waern | 2008-11-08 | 1 | -1/+1 |
* | Fix warnings in H.GHC.Typecheck | David Waern | 2008-11-06 | 1 | -10/+4 |
* | Fix warnings in H.InterfaceFile and H.Options | David Waern | 2008-11-06 | 2 | -3/+4 |
* | Fix warnings in Haddock.Version | David Waern | 2008-11-06 | 1 | -0/+1 |
* | Fix warnings in Haddock.ModuleTree | David Waern | 2008-11-06 | 1 | -8/+7 |
* | Fix warnings in H.B.HH and H.B.HH2 | David Waern | 2008-11-06 | 2 | -0/+2 |
* | Follow change to ExportDecl in frames code | David Waern | 2008-11-04 | 1 | -1/+1 |
* | Enable framed view of the HTML documentation. | Thomas Schilling | 2008-10-24 | 2 | -9/+128 |
* | Make named doc comments into ExportDoc instead of ExportDecl | David Waern | 2008-10-27 | 1 | -0/+1 |
* | Wibble | David Waern | 2008-10-22 | 1 | -0/+1 |
* | Fix warnings in H.Utils | David Waern | 2008-10-22 | 1 | -12/+10 |
* | Fix warnings in H.GHC.Utils | David Waern | 2008-10-22 | 1 | -0/+5 |
* | Tidy up code in H.I.Create a little | David Waern | 2008-10-22 | 1 | -38/+3 |
* | Remove subordinate map and its usage | David Waern | 2008-10-22 | 2 | -23/+17 |
* | Do not save hidden modules in the .haddock file (also for ghc >= 6.9) | David Waern | 2008-10-21 | 1 | -2/+4 |
* | Do not save hidden modules in the .haddock file | David Waern | 2008-10-20 | 1 | -6/+5 |
* | Make renamer consistent | David Waern | 2008-10-20 | 1 | -9/+12 |
* | Force interface more aggressively. | Thomas Schilling | 2008-10-20 | 1 | -0/+2 |
* | Document function and improve its layout | David Waern | 2008-10-16 | 1 | -5/+4 |
* | Fix #61 | David Waern | 2008-10-16 | 7 | -66/+89 |
* | Wibble | David Waern | 2008-10-16 | 1 | -3/+2 |
* | Add subordinates with docs to the declaration map | David Waern | 2008-10-15 | 3 | -12/+14 |
* | Add DeclInfo to H.Types | David Waern | 2008-10-15 | 2 | -1/+6 |
* | Move convenient type synonym to H.Types | David Waern | 2008-10-15 | 2 | -5/+5 |
* | Wibble | David Waern | 2008-10-15 | 1 | -5/+2 |
* | Comment out unused type family stuff completely | David Waern | 2008-10-15 | 1 | -7/+6 |