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

Fix build with GHC 9.2 #20

Closed
wants to merge 2 commits into from
Closed

Fix build with GHC 9.2 #20

wants to merge 2 commits into from

Commits on Nov 13, 2021

  1. Fix build with GHC 9.2

    The `FastShift.shift{L,R}` methods are replaced with `unsafeShift{L,R}`
    introduced in base-4.5.
    
    Fixes bos#19.
    sjakobi committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    fb79b39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d24af09 View commit details
    Browse the repository at this point in the history