Fix "unused-imports" warning for windows build
This commit is contained in:
committed by
Wolfgang Walther
parent
96478ed016
commit
8e02551956
+1
-5
@@ -32,11 +32,7 @@ import System.IO (BufferMode (..), hSetBuffering)
|
|||||||
import Text.Printf (hPrintf)
|
import Text.Printf (hPrintf)
|
||||||
|
|
||||||
import PostgREST.App (postgrest)
|
import PostgREST.App (postgrest)
|
||||||
import PostgREST.Config (AppConfig (..), CLI (..), Command (..),
|
import PostgREST.Config
|
||||||
Environment, configDbPoolTimeout',
|
|
||||||
dumpAppConfig, prettyVersion,
|
|
||||||
readCLIShowHelp, readEnvironment,
|
|
||||||
readValidateConfig)
|
|
||||||
import PostgREST.DbStructure (getDbStructure, getPgVersion)
|
import PostgREST.DbStructure (getDbStructure, getPgVersion)
|
||||||
import PostgREST.Error (PgError (PgError), checkIsFatal,
|
import PostgREST.Error (PgError (PgError), checkIsFatal,
|
||||||
errorPayload)
|
errorPayload)
|
||||||
|
|||||||
Reference in New Issue
Block a user