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

Remove support for ghc < 8.4 #682

Merged
merged 1 commit into from
Jun 16, 2024
Merged

Commits on Jun 7, 2024

  1. Remove support for ghc < 8.4

    Along the way:
    
     * Obseleted CPP and compatibility workarounds were removed
     * Most remaining CPP conditions are moved into
       bytestring-cpp-macros.h and given specific feature names
     * Most imports from ghc-prim are replaced with equivalent
       imports from base
     * Data.ByteString.Builder.RealFloat.Internal is left untouched,
       to avoid unnecessary conflicts
    clyring committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    608c4f4 View commit details
    Browse the repository at this point in the history