BSD-3-Clause licensed by NoRedInk
This version can be pinned in stack with:nri-prelude-0.3.0.0@sha256:112de93c1bbf2c05c82335af98b76b005df0882c32950e9c25e40b75c2e52cea,4517
Module documentation for 0.3.0.0
Depends on 19 packages
(full list with versions):
aeson,
ansi-terminal,
async,
auto-update,
base,
bytestring,
containers,
directory,
exceptions,
filepath,
hedgehog,
junit-xml,
pretty-diff,
pretty-show,
safe-exceptions,
terminal-size,
text,
time,
vector NriPrelude
A Prelude inspired by the Elm programming language.
This package re-implements API’s and re-uses documentation from elm-core (license) and elm-test (license).
0.3.0.0
Breaking changs:
Test.fromTestTree
has been removed.
Fuzz.Fuzzer
is now an opague type and no a synonomy for Hedgehog.Gen
.
Expect.Task.TestFailure
renamed to Expect.Task.failure
.
Test.Runner.Tasy.main
renamed to Test.run
.
Enhancements:
- Test reports now show source locations of failing tests.
Fuzz
module has been extended and now covers almost the entire API of its Elm counterpart.
- Dependency on
tasty
has been dropped.
0.2.0.0
- Breaking change: drop
Platform.TracingSpan
constructor.
- Add
Platform.emptyTracingSpan
export.
- Relax version bounds to encompas
tasty-1.4
.
0.1.0.4
- Relax version bounds to encompass
time-1.11
.
0.1.0.3
- Fix tests to allow inclusion in stackage.
0.1.0.2
- Relax version bounds to encompass
pretty-diff-0.2.0.0
and base-4.14.0.0
.
0.1.0.1
- Relax version bounds to be compatible with
bytestring-0.11
.
0.1.0.0