- Add support for
hspec-2.11
- Drop support for
hspec-2.10
- Drop support for GHC < 8.4
- Drop support for
hspec < 2.10
,hspec-core < 2.10
,tasty < 1.3
, andtasty-quickcheck < 0.9.1
. This was done to eliminate CPP and reduce maintenance burden. Moving forward, this library will opt to tighten compatibility bounds when dependencies make breaking changes, rather than reintroduce CPP.
- Fix build when
tasty-quickcheck < 0.9.1
- Support hspec-2.10.0
- No changes, but 1.1.7 should have been a major version bump due to dropping the
Test.Hspec
re-export.
- Support hspec-2.8.0
- Remove re-export of
Test.Hspec
- Drop support for hspec < 2.5
- Support base-4.15
- Rename
Success
/Failure
toTreatPendingAsSuccess
/TreatPendingAsFailure
- Support tasty-1.4
- Support hspec-2.6.0
- Add
TreatPendingAs
option, for allowing pending tests to be treated as successes
- Support hspec-2.5.0
- Remove re-exports of QuickCheck and SmallCheck options
- Remove redundant
random
dependency
- Support tasty-0.9.1
- More accurate dependency version bounds
- Support hspec-2.4.0