unbeliever: Opinionated Haskell Interoperability

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]

A library to help build command-line programs, both tools and longer-running daemons. Its Program type provides unified ouptut & logging, command-line option parsing, exception handling, and a place to put top-level application state. There's also an underlying Rope text type built on a finger tree of UTF-8 fragments along with conveniences for pretty printing and colourizing terminal output.

A description of this package, a list of features, and some background to its design is contained in the README on GitHub.

Useful starting points in the documentation are Core.Program.Execute and Core.Text.Rope.

An ancillary purpose of this library is to facilitate interoperability between different package families and ecosystems. Having a single batteries-included package (as was originally the case) made using it easier, but the resulting dependency footprint was considerable and growing. The code is thus now spread across several packages:

with more forthcoming as we continue to add convenince and interoperability wrappers around streaming, webservers, and database access patterns.

Properties

Versions 0.7.3.0, 0.8.0.0, 0.9.2.0, 0.9.3.2, 0.10.0.0, 0.10.0.1, 0.10.0.1, 0.10.0.5, 0.10.0.6, 0.10.0.7, 0.10.0.8, 0.11.0.1
Change log None available
Dependencies base (>=4.11 && <5), core-data (>=0.2.0.0), core-program (>=0.2.0.0), core-text (>=0.2.0.0) [details]
License BSD-3-Clause
Copyright © 2018-2019 Operational Dynamics Consulting Pty Ltd, and Others
Author Andrew Cowie <andrew@operationaldynamics.com>
Maintainer Andrew Cowie <andrew@operationaldynamics.com>
Category System
Home page https://github.com/oprdyn/unbeliever#readme
Bug tracker https://github.com/oprdyn/unbeliever/issues
Source repo head: git clone https://github.com/oprdyn/unbeliever
Uploaded by AndrewCowie at 2019-07-14T01:06:53Z

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees