Enforce GHC >= 7.10 and fix Stack warnings

This commit is contained in:
Joe Nelson
2015-10-23 10:33:27 -07:00
parent 8b28b33da3
commit 7692693aae
5 changed files with 30 additions and 20 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ machine:
- createuser --superuser --no-password postgrest_test
- createdb -O postgrest_test -U ubuntu postgrest_test
ghc:
version: 7.8.3
version: 7.10.1
dependencies:
override:
- cabal update