Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noteed/docker-halcyon
Docker images with Haclyon and pre-installed GHCs
https://github.com/noteed/docker-halcyon
Last synced: about 2 months ago
JSON representation
Docker images with Haclyon and pre-installed GHCs
- Host: GitHub
- URL: https://github.com/noteed/docker-halcyon
- Owner: noteed
- Created: 2015-02-23T18:03:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-23T18:03:44.000Z (almost 10 years ago)
- Last Synced: 2023-04-13T10:31:54.282Z (over 1 year ago)
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker images with Haclyon and pre-installed GHCs.
To build, use something similar to:
> docker build -t noteed/ghc-7-4-2 ghc-7-4-2
> docker build -t noteed/ghc-7-6-3 ghc-7-6-3
> docker build -t noteed/ghc-7-8-4 ghc-7-8-4Typical usage looks like:
> docker run -t -i -v /local/path/to/project:/source noteed/ghc-7-8-4 bash
# /app/halcyon/halcyon install /source