diff --git a/circle.yml b/circle.yml index f07e1a861..66200b110 100644 --- a/circle.yml +++ b/circle.yml @@ -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 diff --git a/postgrest.cabal b/postgrest.cabal index b7cf5786c..2936fa2df 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -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