All Versions
4
Latest Version
Avg Release Cycle
-
Latest Release
1679 days ago
Changelog History
Changelog History
-
v1.1.0 Changes
September 24, 2020โ 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'
.
-
v1.0.2 Changes
- ๐ Support GHC 8.10
-
v1.0.1 Changes
- ๐ Support GHC 8.8
-
v1.0.0 Changes
June 29, 2019๐ Initial release:
- โ Add
tryQ
,tryQErr
,tryQErr'
functions
- โ Add