[Haskell-cafe] Haskell minimal (portable) development environment
Christian Laustsen
christianlaustsen at gmail.com
Mon Feb 24 13:13:58 UTC 2014
dabd <dario.rehman <at> gmail.com> writes:
>
> Hi,
> I am currently reading through Packer documentation http://www.packer.io/
> and vagrant http://www.vagrantup.com/.
>
> I would like to set up a minimal reproducible Haskell development
> environment on Manjaro Linux (64-bit) running on VirtualBox.
>
>
> Does anyone have a Packer template for this distro or a Vagrant box
>for Haskell development on any other distro?
>
> Thanks.
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe <at> haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
Setting up your own vagrant box is fairly straight forward, you can
then just install the tools you want to always be available and then
use that as a base box.
I recently went through itself myself and wrote an article[0] about it, it
should be easy to follow and just change the distro I used (Debian) with
whatever you want.
Since you mentioned packer.io this might also be relevant to
you https://github.com/opscode/bento ..
//Christian
[0] http://codetalk.io/blog/5/deploying-with-vagrant
More information about the Haskell-Cafe
mailing list