Skip to content

Instantly share code, notes, and snippets.

@puterleat
Forked from yoavram/build_pandoc_for_heroku.sh
Created October 29, 2013 23:49
Show Gist options
  • Save puterleat/7224777 to your computer and use it in GitHub Desktop.
Save puterleat/7224777 to your computer and use it in GitHub Desktop.
sudo apt-get install vagrant
git clone https://bitbucket.org/puffnfresh/vagrant-haskell-heroku.git
cd vagrant-haskell-heroku
vagrant up
vagrant ssh
cabal update
cabal install cabal-install
cabal --version
> cabal-install version 0.14.0
> using version 1.14.0 of the Cabal library
cabal install highlighting-kate
cabal install zip-archive
cabal install hsb2hs
cabal install texmath
cabal install hs-bibutils
cabal install citeproc-hs -fembed_data_files
cabal install pandoc -fembed_data_files
/home/vagrant/.cabal/bin/pandoc --version
> pandoc 1.10.1
> Compiled with citeproc-hs 0.3.7, texmath 0.6.1.3, highlighting-kate 0.5.3.7.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment