diff options
Diffstat (limited to 'src/Sproxy/Server.hs')
-rw-r--r-- | src/Sproxy/Server.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Sproxy/Server.hs b/src/Sproxy/Server.hs index 2477364..809d242 100644 --- a/src/Sproxy/Server.hs +++ b/src/Sproxy/Server.hs @@ -6,7 +6,7 @@ import Control.Concurrent (forkIO) import Control.Exception (bracketOnError) import Control.Monad (void, when) import Data.ByteString.Char8 (pack) -import Data.HashMap.Strict as HM (fromList, lookup, toList) +import qualified Data.HashMap.Strict as HM import Data.Maybe (fromMaybe) import Data.Text (Text) import Data.Word (Word16) |