box: boxes

[ bsd3, control, library ] [ Propose Tags ]

concurrent, effectful boxes


[Skip to Readme]

Modules

[Last Documentation]

  • Box
    • Box.Box
    • Box.Broadcast
    • Box.Committer
    • Box.Connectors
    • Box.Cont
    • Box.Control
    • Box.Emitter
    • Box.IO
    • Box.Plugs
    • Box.Queue
    • Box.Stream
    • Box.Time
    • Box.Transducer
    • Box.Updater

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1.1, 0.0.1.2, 0.0.1.4, 0.0.1.5, 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.7.0, 0.8.0, 0.8.1, 0.9.0, 0.9.1, 0.9.2.0, 0.9.2.1, 0.9.3.0, 0.9.3.1
Dependencies async, attoparsec, base (>=4.7 && <5), box, concurrency, contravariant, data-default, dejafu, exceptions, flow, foldl, generic-lens, lens, pipes, profunctors, protolude, random, streaming, text, time, transformers, transformers-base [details]
License BSD-3-Clause
Copyright Tony Day (c) 2017
Author Tony Day
Maintainer tonyday567@gmail.com
Category project
Home page https://github.com/tonyday567/box#readme
Bug tracker https://github.com/tonyday567/box/issues
Source repo head: git clone https://github.com/tonyday567/box
Uploaded by tonyday567 at 2019-11-06T10:41:14Z
Distributions LTSHaskell:0.9.3.1, NixOS:0.9.3.1, Stackage:0.9.3.1
Reverse Dependencies 8 direct, 4 indirect [details]
Executables box-test
Downloads 4111 total (52 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2019-11-06 [all 3 reports]

Readme for box-0.0.1.4

[back to package description]

box Build Status

A concurrent, potentially effectful, profunctoril, composable box to put stuff in and take stuff out.

It's a pretty solid box.

recipe

stack build --test --exec "$(stack path --local-install-root)/bin/box-test" --file-watch