This package provides approximate numbers and discrete values with lower bounds on their probability of correctness.
Contact Information
Contributions and bug reports are welcome!
Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.
-Edward Kmett
Changes
0.3.2 [2019.09.13]
Allow building with safecopy-0.10.
0.3.1
Add a library dependency on the doctests test suite
0.3
Replace use of Hashable1 from hashable-extras in favor of Hashable from
hashable-1.2.5.0. As a result, the hashable-extras dependency has been removed.
Revamp Setup.hs to use cabal-doctest. This makes it build
with Cabal-2.0, and makes the doctests work with cabal new-build and
sandboxes.
0.2.2.3
Added support for safecopy 0.9 and cereal 0.5
0.2.2.1
Compiles warning-free on GHC 7.10
0.2.1.1
Bumped cereal bounds
0.2
Removed the data-default dependency
Increased range of supported versions of generic-deriving.