File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# Revision history for fs-sim
22
3- ## ?.?.?.? -- ????-??-??
3+ ## 0.4.1.0 -- 2025-09-29
4+
5+ ### Non-breaking
6+
7+ * Reimplement ` partialiseWord64 ` to allow for 32 bits architectures such as WASM.
48
59## 0.4.0.0 -- 2025-05-30
610
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22name : fs-sim
3- version : 0.4.0 .0
3+ version : 0.4.1 .0
44synopsis : Simulated file systems
55description : Simulated file systems.
66license : Apache-2.0
@@ -30,7 +30,7 @@ source-repository this
3030 type : git
3131 location : https://github.com/input-output-hk/fs-sim
3232 subdir : fs-sim
33- tag : fs-sim-0.4.0 .0
33+ tag : fs-sim-0.4.1 .0
3434
3535library
3636 hs-source-dirs : src
@@ -47,7 +47,7 @@ library
4747 , base >= 4.16 && < 4.22
4848 , base16-bytestring ^>= 0.1 || ^>= 1.0
4949 , bytestring ^>= 0.10 || ^>= 0.11 || ^>= 0.12
50- , containers ^>= 0.5 || ^>= 0.6 || ^>= 0.7
50+ , containers ^>= 0.5 || ^>= 0.6 || ^>= 0.7 || ^ >= 0.8
5151 , fs-api ^>= 0.4
5252 , io-classes ^>= 1.6 || ^>= 1.7 || ^>= 1.8.0.1
5353 , io-classes :strict-stm
You can’t perform that action at this time.
0 commit comments