Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jig/docker-haskell
Cabal 1.22 and GHC 7.8.4 (on Ubuntu 15.04)
https://github.com/jig/docker-haskell
Last synced: 6 days ago
JSON representation
Cabal 1.22 and GHC 7.8.4 (on Ubuntu 15.04)
- Host: GitHub
- URL: https://github.com/jig/docker-haskell
- Owner: jig
- Created: 2015-07-02T21:35:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-03T14:00:12.000Z (over 9 years ago)
- Last Synced: 2024-04-14T15:51:26.197Z (7 months ago)
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-haskell
To launch GHCi:
```
$ docker run -ti jordi/haskell
```Otherwise:
```
$ docker run -ti jordi/haskell bash
```
etc.