Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e7b0c03

Browse filesBrowse files
committed
Release fs-sim-0.4.0.0 and fs-api-0.4.0.0
1 parent 60c06ce commit e7b0c03
Copy full SHA for e7b0c03

File tree

Expand file treeCollapse file tree

4 files changed

+9
-5
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+9
-5
lines changed

‎fs-api/CHANGELOG.md

Copy file name to clipboardExpand all lines: fs-api/CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## ?.?.?.? -- ????-??-??
44

5+
## 0.4.0.0 -- 2025-05-30
6+
57
### Breaking
68

79
* Add a new `MustExist` option to `AllowExisting`.
@@ -16,14 +18,14 @@
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

‎fs-api/fs-api.cabal

Copy file name to clipboardExpand all lines: fs-api/fs-api.cabal
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: fs-api
3-
version: 0.3.0.1
3+
version: 0.4.0.0
44
synopsis: Abstract interface for the file system
55
description: Abstract interface for the file system.
66
license: Apache-2.0

‎fs-sim/CHANGELOG.md

Copy file name to clipboardExpand all lines: fs-sim/CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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
@@ -32,8 +34,8 @@
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

‎fs-sim/fs-sim.cabal

Copy file name to clipboardExpand all lines: fs-sim/fs-sim.cabal
+2-2Lines changed: 2 additions & 2 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.3.1.0
3+
version: 0.4.0.0
44
synopsis: Simulated file systems
55
description: Simulated file systems.
66
license: Apache-2.0
@@ -42,7 +42,7 @@ library
4242
, base16-bytestring ^>=0.1 || ^>=1.0
4343
, bytestring ^>=0.10 || ^>=0.11 || ^>=0.12
4444
, containers ^>=0.5 || ^>=0.6 || ^>=0.7
45-
, fs-api ^>=0.3
45+
, fs-api ^>=0.4
4646
, io-classes ^>=1.6 || ^>=1.7 || ^>=1.8
4747
, io-classes:strict-stm
4848
, mtl ^>=2.2 || ^>=2.3

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.