mirror of
https://github.com/haskell-effectful/effectful-contrib.git
synced 2024-11-26 17:27:18 +03:00
59cbe0d8c6
* Initial commit of effectful-typed-process
969 B
969 B
effectful-contrib
This repository hosts bindings for the effectful
library by Andrzej Rybczak.
- effectful-cache: A
Cache
effect t use the cache library. - effectful-time: A
Time
effect to use the time library. - effectful-typed-process: A
Process
effect based on the typed-process library.
Building and Testing
To build the libraries:
$ cabal build all
To run all the tests:
$ cabal test all