GaloisInc / what4

Symbolic formula representation and solver interaction library
155 stars 13 forks source link

Support building with GHC 9.4 #230

Closed RyanGlScott closed 1 year ago

RyanGlScott commented 1 year ago

This contains a varity of changes needed to make the libraries in the what4 repo compile with GHC 9.4:

Fixes https://github.com/GaloisInc/what4/issues/224.

RyanGlScott commented 1 year ago

I don't have a strong opinion on which minor 9.4 release to use, so I've changed it to GHC 9.4.3 / nixpkgs/22.05.

kquick commented 1 year ago

Ah, my mistake. I was getting the results of a searchlist when I looked to see what GHC version 22.11 had and a more recent set of packages was also available on the searchlist path. You do need to use nixos-unstable at present to get 9.4.4... sorry about that!