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

Latest compat work #22

Merged
merged 7 commits into from
Jan 30, 2015
Merged

Latest compat work #22

merged 7 commits into from
Jan 30, 2015

Conversation

lpsmith
Copy link

@lpsmith lpsmith commented Jan 28, 2015

Here's a pull request related to #17; which is the latest version of my compat work.

The biggest change is that this patch removes the repackaged new builder, since that repackaging was spun out into bytestring-builder.

The original plan was to release this as blaze-builder-compat,   but Simon
wants to release it as a new version of blaze-builder itself
Hide bytestring-builder behind an if impl(ghc < 7.8) to avoid downloading and
compiling bytestring-builder when it probably isn't needed.  This assumes
that GHC 7.8 users have at least bytestring-0.10.4,   and haven't installed
an older version of bytestring for some reason,  which should be a pretty
safe assumption.

Also,  text 1.1 is out now.
meiersi added a commit that referenced this pull request Jan 30, 2015
Latest compat work. Thanks @lpsmith the code has become a lot smaller, which I like. One thing I noticed is that we should add a big disclaimer to the documentation pointing people to the proper bytestring builder, which they should use in new projects.
@meiersi meiersi merged commit 722de5d into meiersi:compat Jan 30, 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