Skip to content

Commit 82feefc

Browse files
authored
Merge pull request #77 from input-output-hk/jdral/fs-sim-0.3.0.0
Release `fs-sim-0.3.0.0`, release `fs-api-0.3.0.0`
2 parents 235d5dd + 984e07d commit 82feefc

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
index-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

55
packages:
66
fs-api

fs-api/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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`.
@@ -33,6 +32,7 @@
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

fs-api/fs-api.cabal

Lines 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.2.0.1
3+
version: 0.3.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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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`
@@ -37,6 +35,8 @@
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

fs-sim/fs-sim.cabal

Lines 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.2.1.1
3+
version: 0.3.0.0
44
synopsis: Simulated file systems
55
description: Simulated file systems.
66
license: 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

0 commit comments

Comments
 (0)