Re: Was GHC 7.8 RC2 profiled-compiled?

2014-03-21 Thread Alfredo Di Napoli
Interesting, enabling TemplateHaskell in cabal as "default extension" made the error go away. On 21 March 2014 21:27, Alfredo Di Napoli wrote: > Evening guys, > > was GHC 7.8 RC2 released with profiling enabled? Trying to use TH yields: > > You can't use Template Haskell with a profiled compiler

Was GHC 7.8 RC2 profiled-compiled?

2014-03-21 Thread Alfredo Di Napoli
Evening guys, was GHC 7.8 RC2 released with profiling enabled? Trying to use TH yields: You can't use Template Haskell with a profiled compiler This message is spit out from ghc mod. Do you guys know if the plan was releasing the RC2 profile compiled or is just a flag forgotten to be disabled?

Re: Haddock strings in .hi files

2014-03-21 Thread Edward Kmett
On Fri, Mar 21, 2014 at 7:38 AM, Simon Marlow wrote: > Ok, I buy the argument that if we're already compiling everything, we > shouldn't have to re-typecheck it all in Haddock. Of course if you're *not* > already compiling everything, then the argument doesn't apply: Haddock does > support genera

Re: Haddock strings in .hi files

2014-03-21 Thread Simon Marlow
Ok, I buy the argument that if we're already compiling everything, we shouldn't have to re-typecheck it all in Haddock. Of course if you're *not* already compiling everything, then the argument doesn't apply: Haddock does support generating documentation from source files without precompiling t