Skip to content

Commit

Permalink
Fix "unused-imports" warning for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Dec 29, 2020
1 parent 96478ed commit 8e02551
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions main/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ import System.IO (BufferMode (..), hSetBuffering)
import Text.Printf (hPrintf)

import PostgREST.App (postgrest)
import PostgREST.Config (AppConfig (..), CLI (..), Command (..),
Environment, configDbPoolTimeout',
dumpAppConfig, prettyVersion,
readCLIShowHelp, readEnvironment,
readValidateConfig)
import PostgREST.Config
import PostgREST.DbStructure (getDbStructure, getPgVersion)
import PostgREST.Error (PgError (PgError), checkIsFatal,
errorPayload)
Expand Down

0 comments on commit 8e02551

Please sign in to comment.