freeman42x / haskell-editor-setup

Easy instructions for setting up Haskell editors / IDEs on any major operating system.
GNU General Public License v3.0
101 stars 15 forks source link

Create Haskell Development Docker Configuration #24

Open calledtoconstruct opened 4 years ago

calledtoconstruct commented 4 years ago

As a Haskell developer, I want the ability to use an appropriate linux base image, and build a docker image that will include the Haskell compiler, Cabal, Git, and other useful tools, so that I can easily write Haskell applications on any machine capable of using the docker container. Optionally include Nix configuration files such that these tools will be pulled in when accessing the nix-shell.