Skip to content

Deleted a symbol that caused doc creation to fail#111

Merged
supercooldave merged 1 commit into
parapluu:masterfrom
mccain:doc_fix
Mar 11, 2015
Merged

Deleted a symbol that caused doc creation to fail#111
supercooldave merged 1 commit into
parapluu:masterfrom
mccain:doc_fix

Conversation

@mccain

@mccain mccain commented Mar 11, 2015

Copy link
Copy Markdown
Contributor

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
Copy Markdown

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