Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Dec 18, 2023
1 parent 8428123 commit 361b1aa
Showing 1 changed file with 47 additions and 10 deletions.
57 changes: 47 additions & 10 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ repository cardano-haskell-packages
-- See CONTRIBUTING for information about these, including some Nix commands
-- you need to run if you change them
index-state:
, hackage.haskell.org 2023-11-20T23:52:53Z
, cardano-haskell-packages 2023-11-30T12:34:51Z
, hackage.haskell.org 2023-12-14T23:57:38Z
, cardano-haskell-packages 2023-12-15T13:03:00Z

packages:
cardano-api
cardano-api-gen

package cardano-api
ghc-options: -Werror

package cardano-api-gen
ghc-options: -Werror
-- package cardano-api
-- ghc-options: -Werror
--
-- package cardano-api-gen
-- ghc-options: -Werror

package cryptonite
-- Using RDRAND instead of /dev/urandom as an entropy source for key
Expand All @@ -44,6 +44,43 @@ write-ghc-environment-files: always

source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-ledger.git
tag: 3494c1eb73f016618c13ece42f7602cc58482844
subdir: eras/babbage/impl
location: https://github.com/IntersectMBO/cardano-ledger.git
tag: 0765d327dfb01e1a8dfc34b7619294cd504474e7
subdir:
eras/allegra/impl
eras/alonzo/impl
eras/alonzo/test-suite
eras/babbage/impl
eras/babbage/test-suite
eras/byron/ledger/impl
eras/conway/impl
eras/conway/test-suite
eras/mary/impl
eras/shelley/impl
eras/shelley/test-suite
eras/shelley-ma/test-suite
libs/cardano-data
libs/cardano-ledger-api
libs/cardano-ledger-binary
libs/cardano-ledger-core
libs/cardano-ledger-pretty
libs/small-steps
libs/small-steps-test
libs/vector-map

source-repository-package
type: git
location: https://github.com/zliu41/ouroboros-consensus.git
tag: ffdc49fa891e180101ecfd8567ac844fe6c581eb
subdir:
ouroboros-consensus
ouroboros-consensus-cardano
ouroboros-consensus-protocol
ouroboros-consensus-diffusion
sop-extras
strict-sop-core

source-repository-package
type: git
location: https://github.com/input-output-hk/hedgehog-extras.git
tag: 4361be5acd92d1a2f7d4bd5bd6cbd78145e1c930

0 comments on commit 361b1aa

Please sign in to comment.