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

Delete cabal.project #613

Merged
merged 5 commits into from
Sep 24, 2023
Merged

Delete cabal.project #613

merged 5 commits into from
Sep 24, 2023

Commits on Sep 16, 2023

  1. Delete cabal.project

    It seems to no longer do anything useful, and it also prevents
    CI from detecting that include/bytestring-cpp-macros.h
    was not getting picked up by `cabal sdist`.
    clyring committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    4aa302d View commit details
    Browse the repository at this point in the history
  2. Add bytestring-cpp-macros.h to install-includes

    In particular, this ensures that `cabal sdist` grabs it.
    clyring committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    a480aa5 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Add bytestring-cpp-macros.h to includes

    The cabal documentation claims as a pre-requisite for its
    usability "when compiling the package itself."  It's unclear
    if this is really true, but there is no harm done in adding
    bytestring-cpp-macros.h there just in case.
    clyring committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    5267a0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    078bd5d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Remove __ARM_FEATURE_UNALIGNED experiment/warnings

    It seems this macro is never visible in Haskell code.
    But with real unaligned primops in the near future,
    it doesn't seem worth messing with.
    clyring committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    4fafb5e View commit details
    Browse the repository at this point in the history