I'm happy to announce v2.9 release of the Haskell SBV library:
SBV (SMT Based Verification) is a library that allows Haskell programs to take advantage of modern SMT solvers, by providing a symbolic simulation engine that can invoke 3rd party SMT solvers to prove/falsify properties about (a certain class of) Haskell programs.
If you were planning to use SMT solvers before, but were worried about the not-so-commercial-friendly licenses of Yices and Z3, then this is a great opportunity: CVC4 comes with essentially no limit on its use for research or commercial purposes!
Feedback, patches and bug reports are always welcome.
-Levent.