Skip to content

Commit

Permalink
Bump hedgehog-extras 0.6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Jan 24, 2024
1 parent 671afa2 commit 161e5cc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

env:
# Modify this value to "invalidate" the cabal cache.
CABAL_CACHE_VERSION: "2024-01-19"
CABAL_CACHE_VERSION: "2024-01-24"

concurrency:
group: >
Expand Down
2 changes: 1 addition & 1 deletion bench/locli/locli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ test-suite test-locli
build-depends: cardano-prelude
, containers
, hedgehog
, hedgehog-extras ^>= 0.6.0.0
, hedgehog-extras ^>= 0.6.0.1
, locli
, text

Expand Down
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ 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 2024-01-16T14:48:13Z
, cardano-haskell-packages 2024-01-18T16:26:04Z
, hackage.haskell.org 2024-01-24T13:20:47Z
, cardano-haskell-packages 2024-01-23T08:57:44Z

packages:
cardano-git-rev
Expand Down
2 changes: 1 addition & 1 deletion cardano-node-chairman/cardano-node-chairman.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ test-suite chairman-tests
, cardano-crypto-class ^>= 2.1.2
, filepath
, hedgehog
, hedgehog-extras ^>= 0.6.0.0
, hedgehog-extras ^>= 0.6.0.1
, network
, process
, random
Expand Down
2 changes: 1 addition & 1 deletion cardano-testnet/cardano-testnet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ library
, exceptions
, filepath
, hedgehog
, hedgehog-extras ^>= 0.6.0.0
, hedgehog-extras ^>= 0.6.0.1
, microlens
, lens-aeson
, mtl
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

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

0 comments on commit 161e5cc

Please sign in to comment.