I am the author of the operational package, which includes example code. I would like this e开发者_如何学JAVAxample code to be hscolored and installed together with the API documentation, which is gen
Consider the following module {-# LANGUAGE RecordWildCards #-} module Example (foo, fuh, fon, fuzz) where
If I got the line > { -# OPTIONS_GHC -fglasgow-exts -XTemplateHaskell #- } in the documentation-part (description) of the .cabal-file I\'ll get the error message
I have the following function: -- | Exponential moving average. ema :: (Fractional a) => a-- ^ Alpha
At the moment I\'m only using Haddock but after seeing some really interesting examples (e.g. this gist) of litera开发者_Go百科te Haskell, I\'m interested in trying it out in a project.
The command cabal haddock has very useful --hyperlink-source option. I would like to have the source hyperlinked when building documentation with cabal install.