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
- Host: GitHub
- URL: https://github.com/stackbuilders/capistrano-edsl
- Owner: stackbuilders
- License: mit
- Created: 2021-09-02T02:21:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-09T19:03:19.000Z (over 4 years ago)
- Last Synced: 2025-03-16T17:46:25.502Z (10 months ago)
- Language: Ruby
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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`.