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

Deleted a symbol that caused doc creation to fail #111

Merged
merged 1 commit into from
Mar 11, 2015
Merged

Deleted a symbol that caused doc creation to fail #111

merged 1 commit into from
Mar 11, 2015

Conversation

mccain
Copy link
Contributor

@mccain mccain commented Mar 11, 2015

When running make doc, it fails with the following:

[...]
cabal haddock --all
Running Haddock for mylittlepony-0.1.0.0...
Preprocessing executable 'encorec' for mylittlepony-0.1.0.0...
Haddock coverage:
  50% (  1 /  2) in 'CodeGen.Typeclasses'
  50% (  3 /  6) in 'Identifiers'
   2% (  1 / 50) in 'Types'
   0% (  0 / 13) in 'AST.Meta'
   4% (  1 / 26) in 'AST.AST'
  14% (  1 /  7) in 'AST.PrettyPrinter'
  22% (  2 /  9) in 'AST.Util'
   0% (  0 /  2) in 'AST.Desugarer'
   0% (  0 /  2) in 'Optimizer.Optimizer'
   0% (  0 /  2) in 'CodeGen.Preprocessor'

src/back/CCode/Main.hs:75:64: parse error on input ‘-- | Ampersand’
make: *** [doc] Error 1

This pull request fixes this problem and allows to correctly build the documentation.

@supercooldave
Copy link

Thanks for this. So easy, when you know how.

supercooldave pushed a commit that referenced this pull request Mar 11, 2015
Deleted a symbol that caused doc creation to fail
@supercooldave supercooldave merged commit a428b18 into parapluu:master Mar 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants