Ensure helper binaries get re-installed

Sadly causes all extra-deps to rebuild every time
This commit is contained in:
Joe Nelson
2016-02-29 20:45:34 -08:00
parent dba827d1fd
commit c61418635e
+1 -1
View File
@@ -9,8 +9,8 @@ dependencies:
- createdb -O postgrest_test -U ubuntu postgrest_test
override:
- stack setup
- rm -fr $(stack path --dist-dir) $(stack path --local-install-root)
- stack install hlint packdeps cabal-install
- rm -fr $(stack path --dist-dir)
- stack build
- stack build --test --no-run-tests