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

Export NonEmptyList + fix haddock bug #2

Merged
merged 3 commits into from
Aug 16, 2012
Merged

Conversation

nilscc
Copy link
Contributor

@nilscc nilscc commented Aug 5, 2012

Hi,

The current version of js-good-parts is missing the NonEmptyList type export, so you can't construct data types like ExprStmt or RValue.

The other commit is a small change in the Haddock comments which preventet a successful Haddock build (which also is the reason why there's no current hackage documentation for js-good-parts).

  • Nils

@nilscc
Copy link
Contributor Author

nilscc commented Aug 5, 2012

Another pretty printer bug added where "var" was missing in front of VarStmts and where VarStmts didn't end with a ';'.

sseefried pushed a commit that referenced this pull request Aug 16, 2012
Export NonEmptyList + fix haddock bug.

Thanks to mcmaniac for these bug fixes!
@sseefried sseefried merged commit 5a11274 into sseefried:master Aug 16, 2012
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