Skip to content

Commit e2087ab

Browse files
committed
Release fs-sim 0.4.1.0
1 parent bafaff2 commit e2087ab

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

fs-sim/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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

fs-sim/fs-sim.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: fs-sim
3-
version: 0.4.0.0
3+
version: 0.4.1.0
44
synopsis: Simulated file systems
55
description: Simulated file systems.
66
license: 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

3535
library
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

0 commit comments

Comments
 (0)