https://github.com/joelburget/ghcjs-box
Quick start for the vagrant box I use for ghcjs / react-haskell / pigment development
https://github.com/joelburget/ghcjs-box
Last synced: 7 months ago
JSON representation
Quick start for the vagrant box I use for ghcjs / react-haskell / pigment development
- Host: GitHub
- URL: https://github.com/joelburget/ghcjs-box
- Owner: joelburget
- License: gpl-2.0
- Created: 2015-04-08T14:56:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-26T02:27:43.000Z (about 10 years ago)
- Last Synced: 2024-11-25T09:45:12.148Z (7 months ago)
- Language: Shell
- Size: 156 KB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GHCJS box
This provides a [vagrant](https://www.vagrantup.com/) box with a pre-booted
ghcjs running with ghc 7.10.1.## Getting Started
git clone https://github.com/joelburget/ghcjs-box.git
cd ghcjs-box
make upThis will download the vagrant box and start it, so all you need to do is:
vagrant ssh
cd /vagrantNow you're inside the machine, sharing the `ghcjs-box` directory, with access
to `ghcjs`.## Why?
Because ghcjs takes a long, long time to boot. And it's fragile. Using this
ghcjs-box sidesteps that process, giving you a machine that's known to work.