Add live endpoint to admin server

* refactor io tests
* add network package to windows
This commit is contained in:
steve-chavez
2022-01-04 20:12:52 -05:00
committed by Steve Chavez
parent 65a3ae08f0
commit 4a9ca9bdae
4 changed files with 28 additions and 13 deletions
+1 -1
View File
@@ -97,6 +97,7 @@ library
, lens >= 4.14 && < 5.1
, lens-aeson >= 1.0.1 && < 1.2
, mtl >= 2.2.2 && < 2.3
, network >= 2.6 && < 3.2
, network-uri >= 2.6.1 && < 2.8
, optparse-applicative >= 0.13 && < 0.17
, parsec >= 3.1.11 && < 3.2
@@ -134,7 +135,6 @@ library
build-depends:
unix
, directory >= 1.2.6 && < 1.4
, network >= 2.6 && < 3.2
exposed-modules:
PostgREST.Unix