# 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