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
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository cardano-haskell-packages
-- update either of these.
index-state:
-- Bump this if you need newer packages from Hackage
, hackage.haskell.org 2026-07-30T07:30:12Z
, hackage.haskell.org 2026-07-31T11:39:47Z
-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2026-07-30T09:29:13Z

Expand Down
23 changes: 23 additions & 0 deletions changelog.d/20260731_134319_javier.sagredo_res_reg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!--
A new scriv changelog fragment.

Uncomment the section that is right (remove the HTML comment wrapper).
For top level release notes, leave all the headers commented out.
-->

<!--
### Breaking

- A bullet item for the Breaking category.

-->
<!--
### Non-Breaking

- A bullet item for the Non-Breaking category.

-->

### Patch

- Bump `resource-registry` dependency to 0.4.0.0.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ouroboros-consensus.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ library
quiet ^>=0.2,
random,
rawlock ^>=0.1.1,
resource-registry ^>=0.3,
resource-registry ^>=0.4,
semialign >=1.1,
serialise ^>=0.2,
singletons ^>=3,
Expand Down
Loading