nri-prelude: A Prelude inspired by the Elm programming language

[ bsd3, library, web ] [ Propose Tags ]
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.4.0.0, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.5.0.3, 0.6.0.0, 0.6.0.1, 0.6.0.2, 0.6.0.3, 0.6.0.4, 0.6.0.5, 0.6.0.6
Change log CHANGELOG.md
Dependencies aeson (>=1.4.6.0 && <1.6), aeson-pretty (>=0.8.0 && <0.9), async (>=2.2.2 && <2.3), auto-update (>=0.1.6 && <0.2), base (>=4.12.0.0 && <4.16), bytestring (>=0.10.8.2 && <0.12), containers (>=0.6.0.1 && <0.7), directory (>=1.3.3.0 && <1.4), exceptions (>=0.10.4 && <0.11), filepath (>=1.4.2.1 && <1.5), ghc (>=8.6.1 && <9.1), hedgehog (>=1.0.2 && <1.1), junit-xml (>=0.1.0.0 && <0.2.0.0), pretty-diff (>=0.4.0.2 && <0.5), pretty-show (>=1.9.5 && <1.11), safe-coloured-text (>=0.1.0.0 && <0.2), safe-coloured-text-terminfo (>=0.0.0.0 && <0.1), safe-exceptions (>=0.1.7.0 && <1.3), terminal-size (>=0.3.2.1 && <0.4), text (>=1.2.3.1 && <1.3), time (>=1.8.0.2 && <1.13), vector (>=0.12.1.2 && <0.13) [details]
License BSD-3-Clause
Copyright 2021 NoRedInk Corp.
Author NoRedInk
Maintainer haskell-open-source@noredink.com
Category Web
Home page https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-prelude#readme
Bug tracker https://github.com/NoRedInk/haskell-libraries/issues
Source repo head: git clone https://github.com/NoRedInk/haskell-libraries(nri-prelude)
Uploaded by JasperWoudenberg at 2021-07-12T11:57:30Z
Distributions
Reverse Dependencies 7 direct, 0 indirect [details]
Downloads 3867 total (47 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for nri-prelude-0.6.0.3

[back to package description]

NriPrelude

A Prelude inspired by the Elm programming language.

enable ghc option

-fplugin=NriPrelude.Plugin

to get default imports (List, Maybe, Debug, etc)

For tests you're recommended to enable the ExtendedDefaultRules language extension, and -fno-warn-type-defaults compiler option.

This package re-implements API's and re-uses documentation from elm-core (license) and elm-test (license).