Skip to content

Commit

Permalink
Import recvFrom in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Fithian committed Apr 9, 2020
1 parent a69694b commit 8aad9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Test/Network/Datadog/StatsD.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import Network.Socket
, defaultHints
, defaultProtocol
, getAddrInfo
, recvFrom
, socket
)
import Network.Socket.ByteString (recvFrom)
import Control.Monad
import System.Timeout (timeout)
import Test.Hspec (Spec, describe, expectationFailure, it)
Expand Down

0 comments on commit 8aad9cb

Please sign in to comment.