LeventErkok / sbv

SMT Based Verification in Haskell. Express properties about Haskell programs and automatically prove them using SMT solvers.
https://github.com/LeventErkok/sbv
Other
243 stars 34 forks source link

Allow building with GHC 9.0 #578

Closed RyanGlScott closed 3 years ago

RyanGlScott commented 3 years ago

This patch contains a collection of minor fixes needed to make sbv compile with GHC 9.0:

LeventErkok commented 3 years ago

Thanks!