patch applied (ghc-6.10/haddock2): Fix Trac #68: Turn on compilation via C for Template Haskell packages
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.other |
|---|---|
| Message-ID | <[email protected]> |
Sat Jan 10 11:35:42 PST 2009 David Waern <[email protected]> * Fix Trac #68: Turn on compilation via C for Template Haskell packages We can't use HscNothing if we need to run code coming from modules inside the processed package during typechecking, which is the case for some packages using Template Haskell. This could be improved, to e.g. use HscInterpreted and HscNothing where possible, instead of using HscC for all modules in the package. M ./src/Haddock/Interface.hs -1 +14 View patch online: http://darcs.haskell.org/ghc-6.10/haddock2/_darcs/patches/20090110193542-a762e-6b224e1ec9d01de15355aa6c06ea5c809a28a552.gz