Lint and check for restrictive package locks on ci

This commit is contained in:
Joe Nelson
2015-02-07 13:48:04 -08:00
parent e909ef3e62
commit 3662c1d428
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -4,3 +4,7 @@ machine:
- createdb -O postgrest_test -U ubuntu postgrest_test
ghc:
version: 7.8.3
test:
post:
- cabal exec hlint src/*.hs test/**/*.hs
- cabal exec packdeps postgrest.cabal
+1
View File
@@ -78,6 +78,7 @@ Test-Suite spec
, hasql == 0.7.*, hasql-backend
, hasql-postgres == 0.10.*
, warp >= 3.0.2, wai >= 3.0.1
, packdeps, hlint
, HTTP, convertible
, case-insensitive
, wai-extra, wai-cors, containers