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

llvm-hs-pure: work with bytestring 0.11.x #389

Open
wants to merge 1 commit into
base: llvm-12
Choose a base branch
from

Commits on Mar 17, 2022

  1. llvm-hs-pure: work with bytestring 0.11.x

    This patch:
    
    - Relaxes the version bound on bytestring for llvm-hs-pure
    - Fixes a couple trivial build errors due to ambiguous symbol
      resoltions; bytestring 0.11 added some functions called snoc,
      foldr and such.
    zenhack committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    fe8fd55 View commit details
    Browse the repository at this point in the history