atelier-core: Foundational Effectful-based effects and utilities

[ control, library, mit ] [ Propose Tags ] [ Report a vulnerability ]
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.4.0.1, 0.6.0.0, 0.6.1.0
Change log CHANGELOG.md
Dependencies aeson (>=2.2 && <2.4), atelier-prelude (>=0.3 && <0.4), 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.7 && <2.8), effectful-core (>=2.7 && <2.8), effectful-plugin (>=2.2 && <2.3), effectful-th (>=1.0 && <1.1), filepath (>=1.4 && <1.6), fsnotify (>=0.4 && <0.5), Glob (>=0.10 && <0.11), 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]
Tested with ghc ==9.10.3, ghc ==9.6.7, ghc ==9.8.4, ghc ==9.12.4, ghc ==9.14.1
License MIT
Author Victor Nascimento Bakke
Maintainer victor.bakke@tweag.io
Uploaded by Gipphe at 2026-09-15T09:40:32Z
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
Distributions Stackage:0.6.0.0
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 40 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-09-15 [all 1 reports]

Readme for atelier-core-0.6.1.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.