Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$ symbol forbidden as line first character in .lhs files in (cabal haddock) #293

Closed
ghc-mirror opened this issue May 8, 2014 · 1 comment · May be fixed by terrorizer1980/fbhaddock#1
Closed

Comments

@ghc-mirror
Copy link

Original reporter: pierreetienne.meunier@

haddock recognizes the following file, but cabal haddock doesn't recognize it.

blabla, blibli
$a+b$
\begin{code}
main=putStrLn "Hello"
\end{code}

@ghc-mirror ghc-mirror self-assigned this May 8, 2014
@ghc-mirror
Copy link
Author

Original reporter: fuuzetsu@

If Haddock recognises it but cabal haddock doesn't then it's a problem with how cabal invokes Haddock. Please file a bug with cabal folks.

Here's a re-formatted example for reference.

blabla, blibli
$a+b$
\begin{code}
main=putStrLn "Hello"
\end{code}

Feel free to re-open if you disagree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant