Skip to content

mode89/haskell-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Container for building Haskell code. It provides:

  • Cabal 3.6.0.0
  • GHC 8.10.7
  • GHCJS 8.10.7

Usage

Build image

Run the build script:

$ <repo-dir>/build

Run container

Run shell inside the container:

$ <repo-dir>/run

This script mounts the host's current working directory as /workdir inside container and proceeds into an interactive shell session within the created container.

Configuration

If HASKELL_DOCKER_CABAL_DIR_VOLUME environment variable defined, it is going to be mounted as /home/user/.cabal inside the container.

About

Convenient environment for running Haskell code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published