blockio-uring 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+7/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- blockio-uring.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for blockio-uring +## 0.1.0.2 -- 2025-09-22++* PATCH: support all `2.*` versions of `liburing`+ ## 0.1.0.1 -- 2025-07-31 * PATCH: support `liburing` up to version `2.11`
blockio-uring.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.4 name: blockio-uring-version: 0.1.0.1+version: 0.1.0.2 synopsis: Perform batches of asynchronous disk IO operations. description: This library supports disk I/O operations using the Linux io_uring API. The@@ -36,7 +36,7 @@ source-repository this type: git location: https://github.com/well-typed/blockio-uring- tag: blockio-uring-0.1.0.1+ tag: blockio-uring-0.1.0.2 common warnings ghc-options:@@ -76,7 +76,7 @@ -- Annoyingly, liburing-2.1 has the wrong version in its liburing.pc file, -- namely version 2.0. So, even though we are actually only supporting >=2.1, -- we have to use >=2.0 here.- pkgconfig-depends: liburing >=2.0 && <2.12+ pkgconfig-depends: liburing >=2.0 && <3 benchmark bench import: language, warnings