Do not block threads on libpq ffi

Fixes #445
This commit is contained in:
Joe Nelson
2016-02-12 14:43:00 -08:00
parent fc3c885bb6
commit e73a4c66bc
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ Flag CI
executable postgrest
main-is: PostgREST/Main.hs
default-extensions: OverloadedStrings, ScopedTypeVariables, QuasiQuotes, LambdaCase
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
build-depends: aeson >= 0.8 && < 0.10
, base >= 4.8 && < 5