atelier-core: Foundational Effectful-based effects and utilities

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]

Core effects and utilities for effect-based applications, built on Effectful — part of the atelier toolkit.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.4.0.1, 0.5.0.0, 0.6.0.0, 0.6.1.0, 0.7.0.0, 0.7.1.0
Change log CHANGELOG.md
Dependencies aeson (>=2.2 && <2.4), atelier-prelude (>=0.1 && <0.3), base (>=4.18 && <4.23), base64-bytestring (>=1.2 && <1.3), bytestring (>=0.11 && <0.13), casing (>=0.1 && <0.2), containers (>=0.6 && <0.9), daemons (>=0.4 && <0.5), data-default (>=0.8 && <0.9), directory (>=1.3 && <1.4), effectful (>=2.6 && <2.7), effectful-core (>=2.6 && <2.7), effectful-plugin (>=2.0 && <2.2), effectful-th (>=1.0 && <1.1), filepath (>=1.4 && <1.6), fsnotify (>=0.4 && <0.5), http-api-data (>=0.5.1 && <0.8), http-types (>=0.12 && <0.13), ki (>=1.0 && <1.1), list-t (>=1.0 && <1.1), optparse-applicative (>=0.19 && <0.20), process (>=1.6 && <1.7), prometheus-client (>=1.1 && <1.2), prometheus-metrics-ghc (>=1.0 && <1.1), stm (>=2.5 && <2.6), stm-containers (>=1.2 && <1.3), text (>=2.1 && <2.2), time (>=1.12 && <1.17), time-units (>=1.0 && <1.1), typed-process (>=0.2 && <0.3), unagi-chan (>=0.4 && <0.5), unix (>=2.8 && <2.9), unordered-containers (>=0.2 && <0.3), uuid (>=1.3 && <1.4), wai (>=3.2 && <3.3), warp (>=3.4 && <3.5) [details]
License MIT
Author Victor Nascimento Bakke
Maintainer victor.bakke@tweag.io
Category Control
Home page https://github.com/tweag/tricorder#readme
Bug tracker https://github.com/tweag/tricorder/issues
Source repo head: git clone https://github.com/tweag/tricorder
Uploaded by Gipphe at 2026-09-09T14:05:17Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for atelier-core-0.5.0.0

[back to package description]

atelier-core

Foundational effects and utilities for effect-based applications, built on Effectful. Part of the atelier toolkit.

Overview

atelier-core provides a set of composable Effectful effects and supporting types for building structured, observable applications.

It also wraps a number of IO-based primitives (environment, clock, file system, console, POSIX) as effects so they can be interpreted and tested explicitly: Atelier.Effects.Env, Atelier.Effects.Clock, Atelier.Effects.FileSystem, Atelier.Effects.Console, Atelier.Effects.Posix.*, and more.

License

MIT — see LICENSE.