script-monad: Transformer stack of error, reader, writer, state, and prompt monads

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Please see the README on GitHub at https://github.com/nbloomf/script-monad#readme


[Skip to Readme]

Properties

Versions 0.0.1, 0.0.2, 0.0.2, 0.0.2.1, 0.0.3, 0.0.4
Change log ChangeLog.md
Dependencies aeson (>=1.2.4.0), aeson-pretty (>=0.8.5), base (>=4.7 && <5), bytestring (>=0.10.8.2), http-client (>=0.5.10), http-types (>=0.12.1), lens (>=4.16), lens-aeson (>=1.0.2), QuickCheck (>=2.10.1), script-monad, text (>=1.2.3.0), time (>=1.8.0.2), unordered-containers (>=0.2.9.0), vector (>=0.12.0.1), wreq (>=0.5.2) [details]
License BSD-3-Clause
Copyright 2018 Automattic, Inc.
Author Nathan Bloomfield
Maintainer nbloomf@gmail.com
Category Control.Monad
Home page https://github.com/nbloomf/script-monad#readme
Bug tracker https://github.com/nbloomf/script-monad/issues
Source repo head: git clone https://github.com/nbloomf/script-monad
Uploaded by nbloomf at 2018-12-14T04:03:10Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for script-monad-0.0.2

[back to package description]

script-monad

Build Status

Haskell library providing an unrolled stack of reader, writer, state, error, and prompt monads. Handy for designing extensible and testable DSLs.

As an example, also provides a basic monad transformer for HTTP interactions.