Skip to content

Commit

Permalink
minor fix: remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adetokunbo committed Oct 27, 2024
1 parent b9b104e commit 4ae181c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/Network/Wai/Middleware/Delegate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ import qualified Data.ByteString.Char8 as C8
import qualified Data.ByteString.Lazy.Char8 as LC8
import Data.CaseInsensitive (mk)
import Data.Conduit
( ConduitM
, ConduitT
( ConduitT
, Flush (..)
, Void
, await
Expand All @@ -68,13 +67,11 @@ import Data.Conduit.Network (appSink, appSource)
import Data.Default (Default (..))
import Data.IORef (newIORef, readIORef, writeIORef)
import Data.Int (Int64)
import Data.Monoid ((<>))
import Data.Streaming.Network
( ClientSettings
, clientSettingsTCP
, runTCPClient
)
import Data.String (IsString)
import Network.HTTP.Client
( BodyReader
, GivesPopper
Expand All @@ -87,11 +84,9 @@ import Network.HTTP.Client
, withResponse
)
import Network.HTTP.Types
( Header
, HeaderName
( HeaderName
, hContentType
, internalServerError500
, status304
, status500
)
import Network.HTTP.Types.Header (hHost)
Expand Down

0 comments on commit 4ae181c

Please sign in to comment.