Skip to content

Commit

Permalink
removing unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Nov 7, 2024
1 parent 65c9669 commit 17ddfcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion warp-tls/Network/Wai/Handler/WarpTLS.hs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ module Network.Wai.Handler.WarpTLS (
) where

import Control.Applicative ((<|>))
import Control.Concurrent (newEmptyMVar, putMVar, takeMVar, forkIOWithUnmask)
import Control.Exception (
Exception,
IOException,
Expand Down

0 comments on commit 17ddfcc

Please sign in to comment.