nri-prelude

A Prelude inspired by the Elm programming language

https://github.com/NoRedInk/haskell-libraries#readme

Version on this page:0.2.0.0
LTS Haskell 18.28:0.6.0.6
Stackage Nightly 2022-02-07:0.6.0.6
Latest on Hackage:0.6.0.6

See all snapshots nri-prelude appears in

BSD-3-Clause licensed by NoRedInk
Maintained by [email protected]
This version can be pinned in stack with:nri-prelude-0.2.0.0@sha256:9c495a8fe8258b4a560610b10b37d87174936e2e7c3aa208d88f039ffd3ea27b,4828

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).

Changes

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

  • Initial release.