https://github.com/peti/hex2017
Nix-based Haskell development environment for the Haskell eXchange 2017 workshop.
https://github.com/peti/hex2017
docker haskell nix tutorial
Last synced: 4 months ago
JSON representation
Nix-based Haskell development environment for the Haskell eXchange 2017 workshop.
- Host: GitHub
- URL: https://github.com/peti/hex2017
- Owner: peti
- Created: 2017-10-09T17:39:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T17:34:20.000Z (almost 7 years ago)
- Last Synced: 2025-02-08T17:42:17.998Z (8 months ago)
- Topics: docker, haskell, nix, tutorial
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/psimons/hex2017/
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haskell eXchange 2017
This docker image provides a development environment suitable for participating
inthe Nix workshop at [Haskell eXchange 2017]. The easiest way to use this
environment is to run the following commands:$ git clone git://github.com/basvandijk/nix-workshop.git
$ docker run -it -v $PWD/nix-workshop:/root/workshop psimons/hex2017This gives you a virtual machine with the following development tools installed
and ready for use:* Nix 1.11.15
* Nixpkgs 17.09
* cabal2nix 2.5
* cabal-install 2.0.0.0
* stack 1.5.1
* GHC 8.0.2
* alex 3.2.2
* happy 1.19.7
* gcc 6.4.0We have tested this functiality with docker version 17.09.0, but in all
likeliehood earlier version will work fine, too.[Haskell eXchange 2017]: https://skillsmatter.com/conferences/8522-haskell-exchange-2017