Use newer deps for GHC 8 compatibility (#619)

This commit is contained in:
Joe Nelson
2016-06-09 18:50:13 -07:00
committed by GitHub
parent e315dbc91e
commit 42110643a3
4 changed files with 26 additions and 13 deletions
+3 -2
View File
@@ -3,8 +3,9 @@ dependencies:
- "~/.stack"
- ".stack-work"
pre:
- curl -L https://github.com/commercialhaskell/stack/releases/download/v1.0.2/stack-1.0.2-linux-x86_64.tar.gz | tar zx -C /tmp
- sudo mv /tmp/stack-1.0.2-linux-x86_64/stack /usr/bin
- curl -L https://github.com/commercialhaskell/stack/releases/download/v1.1.2/stack-1.1.2-linux-x86_64.tar.gz | tar zx -C /tmp
- sudo mv /tmp/stack-1.1.2-linux-x86_64/stack /usr/bin
- sudo apt-get update; sudo apt-get install --only-upgrade binutils
- createuser --superuser --no-password postgrest_test
- createdb -O postgrest_test -U ubuntu postgrest_test
override: