Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions blockio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for blockio

## 0.1.0.1 -- 2025-07-15

* Include the README in the distributed files.

## 0.1.0.0 -- 2025-07-15

* First version. Released on an unsuspecting world.
7 changes: 5 additions & 2 deletions blockio/blockio.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: blockio
version: 0.1.0.0
version: 0.1.0.1
synopsis: Perform batches of disk I/O operations.
description:
Perform batches of disk I\/O operations. Performing batches of disk I\/O can
Expand Down Expand Up @@ -31,7 +31,10 @@ maintainer: [email protected]
copyright: (c) 2023-2025 Cardano Development Foundation
category: System
build-type: Simple
extra-doc-files: CHANGELOG.md
extra-doc-files:
CHANGELOG.md
README.md

tested-with: GHC ==9.2 || ==9.4 || ==9.6 || ==9.8 || ==9.10 || ==9.12

source-repository head
Expand Down