An open API service indexing awesome lists of open source software.

https://github.com/stackbuilders/capistrano-edsl

Capistrano style EDSL for Haskell
https://github.com/stackbuilders/capistrano-edsl

Last synced: 6 months ago
JSON representation

Capistrano style EDSL for Haskell

Awesome Lists containing this project

README

          

# Capistrano EDSL

## Requirements

- Install [stack](https://docs.haskellstack.org/en/stable/install_and_upgrade)

## Improvements

- Replace `String` with `ByteString` or `Text`.
- Use `Map` or `HashMap` to store the result of `listTasks`.