/hs-workshop-docker

Dockerfile that contains the haskell tool chain as well as visual studio code as a web application (https://github.com/coder/code-server)

Primary LanguageDockerfileMIT LicenseMIT

hs workshop

A ready-to-use haskell development environment.

pull it from docker hub

docker run --rm -p 8080:8080 -v $PWD/code:/exercises arnemcnuggets/hs-workshop

then open your browser and navigate to localhost:8080 and start hacking haskell code