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
+1 -1
View File
@@ -30,7 +30,7 @@ executable postgrest
main-is: PostgREST/Main.hs
default-extensions: OverloadedStrings, ScopedTypeVariables, QuasiQuotes, LambdaCase
default-language: Haskell2010
build-depends: aeson >= 0.8
build-depends: aeson >= 0.8 && < 0.10
, base >= 4.8 && < 5
, bytestring
, case-insensitive