diff options
author | simonmar <unknown> | 2005-03-31 10:16:46 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-03-31 10:16:46 +0000 |
commit | 853e20a3eb86137cdb8accf69c6caa9db83a3d34 (patch) | |
tree | 803e7b469d073d88fa7644dccbaeedbd986bd462 /ghc/compiler/javaGen/JavaGen.lhs | |
parent | ca739e852566d7e0bfd594e6d7bf08da04f78d3c (diff) | |
download | haskell-853e20a3eb86137cdb8accf69c6caa9db83a3d34.tar.gz |
[project @ 2005-03-31 10:16:33 by simonmar]
Tweaks to get the GHC sources through Haddock. Doesn't quite work
yet, because Haddock complains about the recursive modules. Haddock
needs to understand SOURCE imports (it can probably just ignore them
as a first attempt).
Diffstat (limited to 'ghc/compiler/javaGen/JavaGen.lhs')
-rw-r--r-- | ghc/compiler/javaGen/JavaGen.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/javaGen/JavaGen.lhs b/ghc/compiler/javaGen/JavaGen.lhs index ff0dd9163d..a3925b18e8 100644 --- a/ghc/compiler/javaGen/JavaGen.lhs +++ b/ghc/compiler/javaGen/JavaGen.lhs @@ -891,7 +891,7 @@ newtype LifterM a = LifterM { unLifterM :: TypeName -> -- this class name Int -> -- uniq supply - ( a -- * + ( a -- * , Frees -- frees , [Decl] -- lifted classes , Int -- The uniqs |