Skip to content

Commit

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

* Latest Hackage released version: 10.3, 2024-01-05
* Latest Hackage released version: 10.4, 2024-02-15

### Version 10.3.5, Not yet released
### Version 10.4, 2024-02-15

* Before issuing a get-value, make sure there are no outstanding assert calls.
See: https://github.com/LeventErkok/sbv/issues/682 for details.
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.3.5
Version : 10.4
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 fb65552

Please sign in to comment.