https://app.vagrantup.com/mcandre/boxes/vagrant-macos-haskell
$ vagrant up
$ vagrant ssh -c "cd /vagrant && ghc -o hello Hello.hs && ./hello"
Hello World!- vagrant-rsync-back assists in copying artifacts from the guest to the host
$ make boxeshttps://app.vagrantup.com/mcandre/boxes/vagrant-macos-haskell
$ vagrant up
$ vagrant ssh -c "cd /vagrant && ghc -o hello Hello.hs && ./hello"
Hello World!$ make boxes