Easy Haskell projects bootstrap
Powered by Docker and Nix
-
Pure and declarative environments
-
Auto-generated CI scripts
-
Automated builds of thin Docker images
-
Docker
-
Nix (optional)
nix-env -i -f https://github.com/tim2CF/ez-haskell-nix/archive/master.tar.gz
git clone https://github.com/tim2CF/ez-haskell-nix.git
echo "export PATH=$(pwd)/ez-haskell-nix/bin/:\$PATH" >> ~/.zshrc
# if you don't have a project - just create new directory
mkdir ./hello-haskell && cd ./hello-haskell
# and then nixify it
# it can be applied to already existing projects as well
ez-haskell-nix hello-haskell
Made with ❤️ by Ilja Tkachuk aka timCF