Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

README

        

# docker-haskell

To launch GHCi:

```
$ docker run -ti jordi/haskell
```

Otherwise:

```
$ docker run -ti jordi/haskell bash
```
etc.