what4/dependencies
Ryan Scott 86bbf67fb3 Allow building with GHC 9.8
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.
2024-03-04 09:37:43 -05:00
..
abcBridge@a521872c50 Allow building with GHC 9.2 2022-04-12 05:24:50 -04:00
aig@372d533621 Allow building with GHC 9.8 2024-03-04 09:37:43 -05:00
blt@d0c8d9d14f Add dependencies and a fresh cabal.project following repository split 2020-02-25 16:48:46 -08:00