File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 22
33## ?.?.?.? -- ????-??-??  
44
5+ ## 0.4.0.0 -- 2025-05-30  
6+ 
57### Breaking  
68
79*  Add a new ` MustExist `  option to ` AllowExisting ` .
1618
1719*  Make it build with ` ghc-9.12 ` .
1820*  Drop support for ` ghc-8.10 `  and ` ghc-9.2 ` .
21+ *  Support ` io-classes-1.8 ` .
1922*  Bugfix: opening a file in read mode now expects the file to exist already.
2023  This was already the semantics when using ` hOpen `  from the ` ioHasFS `  instance,
2124  but it was not reflected in the ` allowExisting `  function. `allowExisting
2225  Readmode`  now returns  ` MustExist`  instead of  ` AllowExisting`.
2326*  Bugfix: ` hGetBufExactly `  and ` hGetBufExactlyAt `  would previously try to read
2427  too many bytes in the presence of partial reads. These functions now properly
2528  count the number of remaining bytes that have to be read.
26- *  Support ` io-classes-1.8 ` 
2729
2830## 0.3.0.1 -- 2024-10-02  
2931
Original file line number Diff line number Diff line change 11cabal-version :   3.0
22name :            fs-api
3- version :         0.3 .0.1  
3+ version :         0.4 .0.0  
44synopsis :        Abstract interface for the file system
55description :     Abstract interface for the file system.
66license :         Apache-2.0
Original file line number Diff line number Diff line change 22
33## ?.?.?.? -- ????-??-??  
44
5+ ## 0.4.0.0 -- 2025-05-30  
6+ 
57### Breaking  
68
79*  Fix a bug where ` withErrors `  would not put back the previous ` Errors `  when an
3234### Patch  
3335
3436*  Make it build with ` ghc-9.12 ` .
35- *  Support ` io-classes-1.8 ` .
3637*  Drop support for ` ghc-8.10 `  and ` ghc-9.2 ` .
38+ *  Support ` io-classes-1.8 ` .
3739*  Support the new ` MustExist `  option for ` AllowExisting `  that was added in
3840  ` fs-api ` .
3941
Original file line number Diff line number Diff line change 11cabal-version :   3.0
22name :            fs-sim
3- version :         0.3.1 .0 
3+ version :         0.4.0 .0 
44synopsis :        Simulated file systems
55description :     Simulated file systems.
66license :         Apache-2.0
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments