Build with stack on CI and use harsher setttings

This commit is contained in:
Joe Nelson
2016-01-27 16:12:48 -08:00
parent f3d4d1fb60
commit 55da918240
3 changed files with 24 additions and 16 deletions
+7 -4
View File
@@ -1,8 +1,11 @@
flags: {}
packages:
- '.'
resolver: lts-5.0
extra-deps:
- hasql-0.19.3.3
- Ranged-sets-0.3.0
- packdeps-0.4.2.1
resolver: lts-5.0
# Almost all warnings, plus minimal-imports for packunused
ghc-options:
postgrest: -ddump-minimal-imports -Werror -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -fwarn-auto-orphans -fwarn-missing-local-sigs -fwarn-missing-exported-sigs -fwarn-missing-import-lists -fwarn-identities
packages:
- '.'