File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11index-state :
22 -- Bump this if you need newer packages from Hackage
3- , hackage.haskell.org 2024-07-17T00 :00 :00Z
3+ , hackage.haskell.org 2024-08-26T00 :00 :00Z
44
55packages :
66 fs-api
Original file line number Diff line number Diff line change 11# Revision history for fs-api
22
3- ## next release -- ????-??-??
3+ ## 0.3.0.0 -- 2024-08-26
44
55### Breaking
66
7- * New ` primitive ^>=0.9 ` dependency
87* Remove orphan ` Show ` instance for ` Foreign.C.Error.Errno ` .
98* Provide implementations for the new primitives in the ` IO ` implementation of
109 ` HasFS ` . As a result, ` ioHasFS ` now requires that ` PrimState IO ~ PrimState m ` .
3332 responsible for picking sensible directory/file names.
3433* Bump upper version bounds for ` io-classes ` to ` 1.6 `
3534* Make it build with ` ghc-9.10 ` .
35+ * New ` primitive ^>=0.9 ` dependency
3636* Tight dependency bounds.
3737
3838## 0.2.0.1 -- 2023-10-30
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22name : fs-api
3- version : 0.2 .0.1
3+ version : 0.3 .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 11# Revision history for fs-sim
22
3- ## next version -- ????-??-??
3+ ## 0.3.0.0 -- 2024-08-26
44
55### Breaking
66
77* Orphan ` Show ` instance for ` Foreign.C.Error.Errno ` removed by ` fs-api ` .
8- * New ` primitive ^>=0.9 ` dependency
9- * New ` safe-wild-cards^>=1.0 ` dependency
108* Rename some functions related to partial reads/writes and corruption in ` System.FS.Sim.Error ` :
119 * Replace ` hGetSomePartial ` by ` partialiseByteCount ` /` partialiseWord64 ` .
1210 * Replace ` hPutSomePartial ` by ` partialiseByteString `
3735* The shrinker for ` Errors ` was not shrinking every stream.
3836* Adapt to moving of ` Util ` modules in ` fs-api ` .
3937* Make it build with ` ghc-9.10 ` .
38+ * New ` primitive ^>=0.9 ` dependency
39+ * New ` safe-wild-cards^>=1.0 ` dependency
4040* Tight dependency bounds.
4141
4242## 0.2.1.1 -- 2023-10-30
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22name : fs-sim
3- version : 0.2.1.1
3+ version : 0.3.0.0
44synopsis : Simulated file systems
55description : Simulated file systems.
66license : Apache-2.0
@@ -40,7 +40,7 @@ library
4040 , base16-bytestring ^>= 0.1 || ^>= 1.0
4141 , bytestring ^>= 0.10 || ^>= 0.11 || ^>= 0.12
4242 , containers ^>= 0.5 || ^>= 0.6 || ^>= 0.7
43- , fs-api ^>= 0.2
43+ , fs-api ^>= 0.3
4444 , io-classes ^>= 1.0 || ^>= 1.1 || ^>= 1.2 || ^>= 1.3 || ^>= 1.4 || ^>= 1.5
4545 , mtl ^>= 2.2 || ^>= 2.3
4646 , primitive ^>= 0.9
You can’t perform that action at this time.
0 commit comments