Skip to content

Commit

Permalink
Merge pull request #77 from input-output-hk/jdral/fs-sim-0.3.0.0
Browse files Browse the repository at this point in the history
Release `fs-sim-0.3.0.0`, release `fs-api-0.3.0.0`
  • Loading branch information
jorisdral authored Aug 26, 2024
2 parents 235d5dd + 984e07d commit 82feefc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
index-state:
-- Bump this if you need newer packages from Hackage
, hackage.haskell.org 2024-07-17T00:00:00Z
, hackage.haskell.org 2024-08-26T00:00:00Z

packages:
fs-api
Expand Down
4 changes: 2 additions & 2 deletions fs-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Revision history for fs-api

## next release -- ????-??-??
## 0.3.0.0 -- 2024-08-26

### Breaking

* New `primitive ^>=0.9` dependency
* Remove orphan `Show` instance for `Foreign.C.Error.Errno`.
* Provide implementations for the new primitives in the `IO` implementation of
`HasFS`. As a result, `ioHasFS` now requires that `PrimState IO ~ PrimState m`.
Expand Down Expand Up @@ -33,6 +32,7 @@
responsible for picking sensible directory/file names.
* Bump upper version bounds for `io-classes` to `1.6`
* Make it build with `ghc-9.10`.
* New `primitive ^>=0.9` dependency
* Tight dependency bounds.

## 0.2.0.1 -- 2023-10-30
Expand Down
2 changes: 1 addition & 1 deletion fs-api/fs-api.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: fs-api
version: 0.2.0.1
version: 0.3.0.0
synopsis: Abstract interface for the file system
description: Abstract interface for the file system.
license: Apache-2.0
Expand Down
6 changes: 3 additions & 3 deletions fs-sim/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Revision history for fs-sim

## next version -- ????-??-??
## 0.3.0.0 -- 2024-08-26

### Breaking

* Orphan `Show` instance for `Foreign.C.Error.Errno` removed by `fs-api`.
* New `primitive ^>=0.9` dependency
* New `safe-wild-cards^>=1.0`dependency
* Rename some functions related to partial reads/writes and corruption in `System.FS.Sim.Error`:
* Replace `hGetSomePartial` by `partialiseByteCount`/`partialiseWord64`.
* Replace `hPutSomePartial` by `partialiseByteString`
Expand Down Expand Up @@ -37,6 +35,8 @@
* The shrinker for `Errors` was not shrinking every stream.
* Adapt to moving of `Util` modules in `fs-api`.
* Make it build with `ghc-9.10`.
* New `primitive ^>=0.9` dependency
* New `safe-wild-cards^>=1.0`dependency
* Tight dependency bounds.

## 0.2.1.1 -- 2023-10-30
Expand Down
4 changes: 2 additions & 2 deletions fs-sim/fs-sim.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: fs-sim
version: 0.2.1.1
version: 0.3.0.0
synopsis: Simulated file systems
description: Simulated file systems.
license: Apache-2.0
Expand Down Expand Up @@ -40,7 +40,7 @@ library
, base16-bytestring ^>=0.1 || ^>=1.0
, bytestring ^>=0.10 || ^>=0.11 || ^>=0.12
, containers ^>=0.5 || ^>=0.6 || ^>=0.7
, fs-api ^>=0.2
, fs-api ^>=0.3
, io-classes ^>=1.0 || ^>=1.1 || ^>=1.2 || ^>=1.3 || ^>=1.4 || ^>=1.5
, mtl ^>=2.2 || ^>=2.3
, primitive ^>=0.9
Expand Down

0 comments on commit 82feefc

Please sign in to comment.