Ensure plain cabal can determine a build plan

For those wishing to use postgrest as a library
This commit is contained in:
Joe Nelson
2016-02-14 22:17:26 -08:00
parent f3293cfac1
commit 6b1c8b3e39
+2
View File
@@ -16,6 +16,8 @@ test:
override:
- stack test
- git ls-files | grep '\.l\?hs$' | xargs stack exec -- hlint -X QuasiQuotes "$@"
- stack exec -- cabal update
- stack exec --no-ghc-package-path -- cabal install --only-d --dry-run
- stack exec -- packdeps *.cabal || true
- stack exec -- cabal check
- stack haddock --no-haddock-deps