File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed 
core/src/Streamly/FileSystem 
test/Streamly/Test/FileSystem Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 2020module  Streamly.FileSystem.DirIO 
2121    (
2222    --  * Configuration
23- #if  defined(mingw32_HOST_OS) || defined(__MINGW32__)
24-     --  |  Only the default ReadOptions are supported for Windows. Please use "id" 
25-     --  as the configuration modifier.
26-       ReadOptions 
27- #else 
2823      ReadOptions 
2924    , followSymlinks 
3025    , ignoreMissing 
3126    , ignoreSymlinkLoops 
3227    , ignoreInaccessible 
33- #endif 
28+ 
3429    --  * Streams
3530    , read 
3631    , readEither 
Original file line number Diff line number Diff line change @@ -126,6 +126,8 @@ cradle:
126126              component : " test:Data.Unbox" 
127127            - path : " ./test/Streamly/Test/Data/Unfold.hs" 
128128              component : " test:Data.Unfold" 
129+             - path : " ./test/Streamly/Test/FileSystem/DirIO.hs" 
130+               component : " test:FileSystem.DirIO" 
129131            - path : " ./test/Streamly/Test/FileSystem/Event.hs" 
130132              component : " test:FileSystem.Event" 
131133            - path : " ./test/Streamly/Test/FileSystem/Event/Common.hs" 
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import qualified Streamly.Internal.Unicode.Stream as Unicode (lines)
3030import  qualified  Streamly.Data.Stream.Prelude  as  Stream 
3131import  qualified  Streamly.Data.Fold  as  Fold 
3232import  qualified  Streamly.Data.StreamK  as  StreamK 
33- import  qualified  Streamly.Internal. FileSystem.DirIO  as  Dir 
33+ import  qualified  Streamly.FileSystem.DirIO  as  Dir 
3434
3535import  Prelude  hiding  (last , length )
3636import  BenchTestLib.DirIO 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments