extended-reals

Extension of real numbers with positive/negative infinities

https://github.com/msakai/extended-reals/

Version on this page:0.2.4.0@rev:1
LTS Haskell 22.14:0.2.4.0@rev:2
Stackage Nightly 2024-03-28:0.2.4.0@rev:2
Latest on Hackage:0.2.4.0@rev:2

See all snapshots extended-reals appears in

BSD-3-Clause licensed by Masahiro Sakai
Maintained by [email protected]
This version can be pinned in stack with:extended-reals-0.2.4.0@sha256:2f9730b7041a3212b3d62b5dd6b8c5f97c4109a1f8a90325a1c2265c80b51a1f,1690

Module documentation for 0.2.4.0

Depends on 3 packages(full list with versions):
Used by 1 package in nightly-2021-12-12(full list with versions):

Extension of real numbers with positive/negative infinities (±∞). It is useful for describing various limiting behaviors in mathematics.

Changes

0.2.4.0 (2020-03-28)

  • support GHC 8.4, 8.6, 8.8
  • relax upper bounds of QuickCheck to <2.15
  • relax upper bounds of hashable to <1.4
  • relax upper bounds of tasty-quickcheck to <0.11

0.2.3.0 (2018-02-13)

  • support GHC 8.2
  • use tasty instead of test-framework for testing
  • relax upper bounds of HUnit to <1.7
  • relax upper bounds of QuickCheck to <2.11
  • add AppVeyor configuration

0.2.2.0 (2016-05-23)

  • support GHC 8.0
  • relax upper bounds of HUnit to <1.4
  • relax upper bounds of QuickCheck to <2.9
  • add more test cases

0.2.1.0 (2014-12-27)

  • support deepseq-1.4.* which is bundled with GHC-7.10
  • support QuickCheck-2.7.*

0.2.0.0 (2014-12-18)

  • add inf as a short-hand for PosInf

0.1.0.0 (2014-09-01)

  • initial release