Skip to content

Commit

Permalink
Merge pull request #5993 from IntersectMBO/sl/node-9.2.1
Browse files Browse the repository at this point in the history
cardano-node: bump to 9.2.1
  • Loading branch information
johnalotoski authored Sep 24, 2024
2 parents 341ea87 + ce7c387 commit 5d3da8a
Show file tree
Hide file tree
Showing 3 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
Expand Up @@ -14,7 +14,7 @@ repository cardano-haskell-packages
-- you need to run if you change them
index-state:
, hackage.haskell.org 2024-09-05T18:39:40Z
, cardano-haskell-packages 2024-09-10T12:51:27Z
, cardano-haskell-packages 2024-09-23T21:46:49Z

packages:
cardano-node
Expand Down
10 changes: 5 additions & 5 deletions cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-node
version: 9.2.0
version: 9.2.1
synopsis: The cardano full node
description: The cardano full node.
category: Cardano,
Expand Down Expand Up @@ -38,8 +38,8 @@ common project-config
-Wpartial-fields
-Wredundant-constraints
-Wunused-packages
common maybe-Win32
if os(windows)
common maybe-Win32
if os(windows)
build-depends: Win32

common maybe-unix
Expand All @@ -55,7 +55,7 @@ common text
library
import: project-config
, maybe-unix
, maybe-Win32
, maybe-Win32
, text
if flag(unexpected_thunks)
cpp-options: -DUNEXPECTED_THUNKS
Expand Down Expand Up @@ -155,7 +155,7 @@ library
, cardano-ledger-babbage
, cardano-ledger-binary
, cardano-ledger-byron
, cardano-ledger-conway
, cardano-ledger-conway >= 1.16.2
, cardano-ledger-core
, cardano-ledger-shelley
, cardano-prelude
Expand Down
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.

0 comments on commit 5d3da8a

Please sign in to comment.