id,summary,reporter,owner,description,type,status,priority,milestone,version,resolution,keywords,cc
158,Quasiquotation breaks Haddock/GHCi,arcatan,,"When trying to generate Haddock documentation for any file that uses [http://www.haskell.org/haskellwiki/Quasiquotation quasiquotation], I get an error message similar to this:

{{{
% haddock -o doc -h Main.hs         

During interactive linking, GHCi couldn't find the following symbol:
  Quasi_qq_closure
This may be due to you not asking GHCi to load extra object files,
archives or DLLs needed by your current session.  Restart GHCi, specifying
the missing library using the -L/path/to/object/dir and -lmissinglibname
flags, or simply by naming the relevant files on the GHCi command line.
Alternatively, this link failure might indicate a bug in GHCi.
If you suspect the latter, please send a bug report to:
  glasgow-haskell-bugs@haskell.org
}}}

GHCi loads the modules fine when invoked manually. I'm using Haddock 2.8.1 and GHC 6.12.3 on OS X 10.6.4. I've attached a trivial quasiquoter (Quasi.hs) and Main.hs which uses it and causes problems for Haddock.",defect,new,major,,2.8.0,,,
