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

Allow building with tasty-1.5.* #17

Merged
merged 1 commit into from
Feb 26, 2024
Merged

Allow building with tasty-1.5.* #17

merged 1 commit into from
Feb 26, 2024

Conversation

RyanGlScott
Copy link
Contributor

No description provided.

@RyanGlScott RyanGlScott requested a review from kquick February 26, 2024 13:58
RyanGlScott added a commit to GaloisInc/what4 that referenced this pull request Feb 26, 2024
This patch contains a variety of fixes needed to build the libraries in the
what4 repo with GHC 9.8:

* Bump the upper version bounds on `base` and `text` to allow building with the
  versions that are bundled with GHC 9.8 (`base-4.19.*` and `text-2.1.*`,
  respectively).
* Replace uses of `head` and `tail` (which trigger `-Wx-partial` warnings with
  GHC 9.8) with total functions or `panic`s, depending on what is appropriate.
* Bump the `aig` submodule to bring in the changes from
  GaloisInc/aig#17.
@RyanGlScott RyanGlScott merged commit 372d533 into master Feb 26, 2024
@RyanGlScott RyanGlScott deleted the tasty-1.5 branch February 26, 2024 16:43
RyanGlScott added a commit to GaloisInc/what4 that referenced this pull request Mar 4, 2024
This patch contains a variety of fixes needed to build the libraries in the
what4 repo with GHC 9.8:

* Bump the upper version bounds on `base` and `text` to allow building with the
  versions that are bundled with GHC 9.8 (`base-4.19.*` and `text-2.1.*`,
  respectively).
* Replace uses of `head` and `tail` (which trigger `-Wx-partial` warnings with
  GHC 9.8) with total functions or `panic`s, depending on what is appropriate.
* Bump the `aig` submodule to bring in the changes from
  GaloisInc/aig#17.
RyanGlScott added a commit to GaloisInc/what4 that referenced this pull request Mar 4, 2024
This patch contains a variety of fixes needed to build the libraries in the
what4 repo with GHC 9.8:

* Bump the upper version bounds on `base` and `text` to allow building with the
  versions that are bundled with GHC 9.8 (`base-4.19.*` and `text-2.1.*`,
  respectively).
* Replace uses of `head` and `tail` (which trigger `-Wx-partial` warnings with
  GHC 9.8) with total functions or `panic`s, depending on what is appropriate.
* Bump the `aig` submodule to bring in the changes from GaloisInc/aig#16 and
  GaloisInc/aig#17.
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