Skip to content

Commit 06e0c7e

Browse files
fix Windows bracketOnError warning
1 parent 2c57eda commit 06e0c7e

File tree

1 file changed

+1
-1
lines changed
  • core/src/Streamly/Internal/FileSystem/Windows

1 file changed

+1
-1
lines changed

core/src/Streamly/Internal/FileSystem/Windows/File.hsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module Streamly.Internal.FileSystem.Windows.File
1818
-------------------------------------------------------------------------------
1919

2020
import Control.Concurrent (threadDelay)
21-
import Control.Exception (bracketOnError, onException)
21+
import Control.Exception (onException)
2222
import Control.Monad (when, void)
2323
import Streamly.Internal.FileSystem.WindowsPath (WindowsPath)
2424
import System.IO (IOMode(..), Handle)

0 commit comments

Comments
 (0)