Skip to content

Commit

Permalink
Make win32-network compile wiht 8.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Oct 16, 2020
1 parent 4e0f2a3 commit ec87ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Win32-network/test/Test/Async/Socket.hs
Expand Up @@ -16,7 +16,7 @@ import qualified Data.ByteString as BS
import qualified Data.ByteString.Lazy as BL
import Data.Functor (void)
import Data.Function (on)
import Data.Foldable (all, foldl', traverse_)
import Data.Foldable (foldl', traverse_)
import GHC.IO.Exception (IOException (..))

import System.IOManager
Expand Down

0 comments on commit ec87ab1

Please sign in to comment.