Skip to content

aniketd/docker-ghcup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-ghcup

aniketd/ghcup on Docker Hub

Reusable GHCup image, with cabal-install and haskell-langauge-server.

Just mount your project directory with something like

$ docker run --rm -it --net host \
    --env-file ./.env \
    --name ghcup \
    -v `pwd`:/workdir \
    -v ~/.cabal:/root/.cabal \
    -w /workdir \
    aniketd/ghcup bash

and you are set -- especially on hosts like NixOS, where it is hard to get GHCup to play well.


P.S.:

This will always be up-to-date on Docker Hub.

docker pull aniketd/ghcup:latest

About

Docker image for GHCup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published