GaloisInc / what4

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

Failure to compile with GHC 9.10 #272

Closed ivanperez-keera closed 1 month ago

ivanperez-keera commented 1 month ago

I'm finding an error when I try to compile what4-1.6.1 with GHC 9.10.1:

src/What4/Utils/Word16String.hs:23:3: error: [GHC-87543]
    Ambiguous occurrence foldl'.
    It could refer to
       either Prelude.foldl',
              imported from `Prelude' at src/What4/Utils/Word16String.hs:30:1-57
              (and originally defined in `ghc-internal-9.1001.0:GHC.Internal.Data.Foldable'),
           or What4.Utils.Word16String.foldl',
              defined at src/What4/Utils/Word16String.hs:144:1.
   |
23 | , foldl'
   |   ^^^^^^
RyanGlScott commented 1 month ago

I've uploaded what4-1.6.2 to Hackage with a fix.