Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phadej/stack-yaml
Helper tool to modify stack-yaml
https://github.com/phadej/stack-yaml
Last synced: 14 days ago
JSON representation
Helper tool to modify stack-yaml
- Host: GitHub
- URL: https://github.com/phadej/stack-yaml
- Owner: phadej
- License: bsd-3-clause
- Created: 2016-02-04T10:20:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T20:08:29.000Z (over 5 years ago)
- Last Synced: 2024-11-07T03:48:46.059Z (2 months ago)
- Language: Haskell
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stack-yaml
Helper to switch hvr-ppa ghc and cabal versions (on Ubuntu!)
```sh
stack yaml update-github-deps
```## Installing
Obviously you use [*stack*](http://haskellstack.org/) ([installing](http://docs.haskellstack.org/en/stable/install_and_upgrade.html#ubuntu)):
```sh
git clone [email protected]:phadej/stack-yaml.git
cd stack-yaml
stack install
```