Skip to content

Commit

Permalink
Release 10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Feb 21, 2024
1 parent 661b7f3 commit 9c7ec5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
* Hackage: <http://hackage.haskell.org/package/sbv>
* GitHub: <http://leventerkok.github.io/sbv/>

* Latest Hackage released version: 10.4, 2024-02-15
* Latest Hackage released version: 10.5, 2024-02-20

### Version 10.5, Not yet released
### Version 10.5, 2024-02-20

* Export svFloatingPointAsSWord through internals
* Export svFloatingPointAsSWord through Data.SBV.Internals

* crackNum: if verbose, alert the user if surface value of a NaN doesn't match its calculated value
due to the redundancy in NaN representations.
Expand Down
2 changes: 1 addition & 1 deletion sbv.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Cabal-Version: 2.2

Name : sbv
Version : 10.4.5
Version : 10.5
Category : Formal Methods, Theorem Provers, Bit vectors, Symbolic Computation, Math, SMT
Synopsis : SMT Based Verification: Symbolic Haskell theorem prover using SMT solving.
Description : Express properties about Haskell programs and automatically prove them using SMT
Expand Down

0 comments on commit 9c7ec5e

Please sign in to comment.