Skip to content

Commit

Permalink
Merge pull request #544 from IntersectMBO/newhoggy/update-to-hedgehog…
Browse files Browse the repository at this point in the history
…-extras-0.5.1.0

Update to hedgehog-extras-0.5.1.0
  • Loading branch information
newhoggy authored Jan 5, 2024
2 parents f8a9bd9 + 2055ad0 commit 8222848
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

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

concurrency:
group: >
Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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-12-16T11:21:56Z
, hackage.haskell.org 2024-01-04T07:17:44Z
, cardano-haskell-packages 2024-01-02T14:28:21Z

packages:
Expand Down
6 changes: 3 additions & 3 deletions cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ library cardano-cli-test-lib
, exceptions
, filepath
, hedgehog
, hedgehog-extras ^>= 0.5.0.0
, hedgehog-extras ^>= 0.5.1.0
, process
, text
, transformers
Expand All @@ -296,7 +296,7 @@ test-suite cardano-cli-test
, containers
, filepath
, hedgehog
, hedgehog-extras ^>= 0.5.0.0
, hedgehog-extras ^>= 0.5.1.0
, tasty
, tasty-hedgehog
, text
Expand Down Expand Up @@ -345,7 +345,7 @@ test-suite cardano-cli-golden
, directory
, filepath
, hedgehog ^>= 1.3
, hedgehog-extras ^>= 0.5.0.0
, hedgehog-extras ^>= 0.5.1.0
, regex-compat
, regex-tdfa
, tasty
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 8222848

Please sign in to comment.