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

https://github.com/alvarogarcia7/haskell-docker


https://github.com/alvarogarcia7/haskell-docker

docker docker-image haskell makefile

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# My Docker image for Haskell

## Running it

```
docker run -it -v $PWD:/app myhaskell /bin/bash
```