[haddock] #66: Haddock doesn't like quasi-quotation
haddock
haddock at projects.haskell.org
Mon Dec 22 09:04:06 EST 2008
#66: Haddock doesn't like quasi-quotation
-------------------+--------------------------------------------------------
Reporter: waern | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Version: 2.4.1 | Resolution:
Keywords: |
-------------------+--------------------------------------------------------
Comment (by Christian.Maeder at dfki.de):
Since our template haskell code is given within
{{{
#ifndef __HADDOCK__
...
#endif
}}}
I've tried to run haddock with `--optghc=-D__HADDOCK__`
resp. run "cabal configure" with `--haddock-option=--optghc=-D__HADDOCK__`
However, this failed with
{{{
The type signature for `<...>' lacks an accompanying binding
}}}
On solution for this would be to implement feature
http://hackage.haskell.org/trac/ghc/ticket/393!
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/66#comment:2>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list