Changelog for th-test-utils-1.1.0
Upcoming
1.1.0
-
Rewrite with
runTestQ
, allowing for both recoverableQ
actions and mockedQ
actions inIO
.The previous
tryQ'
function can be reimplemented as:tryQ' :: Q a -> Q (Either String a) tryQ' = tryTestQ unmockedState
with the other helpers defined as before, using
tryQ'
.
1.0.2
- Support GHC 8.10
1.0.1
- Support GHC 8.8
1.0.0
Initial release:
- Add
tryQ
,tryQErr
,tryQErr'
functions