Skip to content

Commit

Permalink
Fix the imports in windows module
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Nov 13, 2024
1 parent c91d3f6 commit cf80cc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/Streamly/Internal/FileSystem/Windows/File.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import Control.Exception (bracketOnError, try, SomeException, onException)
import Data.Bits
import System.IO (IOMode(..), Handle)
import Foreign.C.Types
import System.Win32 as Win32
import qualified System.Win32 as Win32
import Control.Monad (when, void)
import Streamly.Internal.FileSystem.WindowsPath (WindowsPath)

Expand All @@ -32,6 +32,7 @@ import Foreign.Marshal.Alloc
import Foreign.Storable

import qualified Streamly.Internal.FileSystem.WindowsPath as Path
import qualified Streamly.Internal.Data.Array as Array

#include "windows_cconv.h"

Expand Down

0 comments on commit cf80cc7

Please sign in to comment.