Add server-unix-socket config option (#1303)

Add ncat workaround to test socket connection on CircleCI
This commit is contained in:
Dan Amoroso
2019-06-05 12:57:47 -05:00
committed by Steve Chávez
parent e292fb5eb9
commit 78e5677fbe
8 changed files with 102 additions and 18 deletions
+5 -2
View File
@@ -33,17 +33,20 @@ executable postgrest
default-language: Haskell2010
build-depends: auto-update
, base >= 4.8 && < 4.10
, base64-bytestring
, bytestring
, hasql >= 1.3 && < 1.4
, hasql-pool >= 0.5 && < 0.6
, hasql-transaction >= 0.7 && < 0.8
, network == 2.6.3.2
, postgrest
, protolude == 0.2.2
, retry
, text
, time
, warp
, bytestring
, base64-bytestring
, retry
, directory
if !os(windows)
build-depends: unix