Skip to content

Commit

Permalink
Version 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Jun 5, 2024
1 parent 904ea3d commit 4d5d376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Revision history for libBF-hs

## next -- ????.??.??
## 0.6.8 -- 2024.06.05

* Fix a bug that would cause `(>)` and `(>=)` (in the `Ord BigFloat` instance)
to return incorrect answers when one of the arguments is NaN.
Expand Down
2 changes: 1 addition & 1 deletion libBF.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.2

name: libBF
version: 0.6.7
version: 0.6.8
synopsis: A binding to the libBF library.
description: LibBF is a C library for working with arbitray precision
IEEE 754 floating point numbers.
Expand Down

0 comments on commit 4d5d376

Please sign in to comment.