neat/install.sh

9 lines
187 B
Bash
Raw Normal View History

2015-06-27 22:40:29 +00:00
#!/bin/bash
mkdir deps
cd deps
git clone https://github.com/Drezil/yesod-auth-oauth2
2015-07-24 19:12:18 +00:00
git clone https://github.com/Drezil/eve-api
2015-06-27 22:40:29 +00:00
cd ..
2016-01-08 05:42:07 +00:00
#cabal install --only-dependencies --reorder-goals