Correct spacing in StaticFiles.hs

This commit is contained in:
Alexander Vieth 2015-12-02 16:11:01 -05:00
parent 5d40b7787f
commit 9b89381e7f

View file

@ -7,12 +7,12 @@ module Servant.Utils.StaticFiles (
serveDirectory,
) where
import Network.Wai.Application.Static (defaultFileServerSettings,
staticApp)
import Servant.API.Raw (Raw)
import Servant.Server (Server)
import System.FilePath (addTrailingPathSeparator)
import Servant.Server.Internal.RawServer (RawServer(..))
import Network.Wai.Application.Static (defaultFileServerSettings,
staticApp)
import Servant.API.Raw (Raw)
import Servant.Server (Server)
import System.FilePath (addTrailingPathSeparator)
import Servant.Server.Internal.RawServer (RawServer(..))
#if !MIN_VERSION_wai_app_static(3,1,0)
import Filesystem.Path.CurrentOS (decodeString)
#endif