Skip to content

Commit 0e5b5e5

Browse files
committed
Upgrade to hedgehog-extras-0.8.0.0
1 parent 91a8e09 commit 0e5b5e5

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository cardano-haskell-packages
1313
-- See CONTRIBUTING for information about these, including some Nix commands
1414
-- you need to run if you change them
1515
index-state:
16-
, hackage.haskell.org 2025-06-06T12:15:17Z
16+
, hackage.haskell.org 2025-06-14T04:21:29Z
1717
, cardano-haskell-packages 2025-06-11T08:32:56Z
1818

1919
packages:

cardano-cli/cardano-cli.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ library cardano-cli-test-lib
331331
exceptions,
332332
filepath,
333333
hedgehog,
334-
hedgehog-extras >=0.7.1,
334+
hedgehog-extras >= 0.8,
335335
http-types,
336336
lifted-base,
337337
mmorph,

cardano-cli/test/cardano-cli-golden/Test/Golden/Help.hs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import Hedgehog qualified as H
3232
import Hedgehog.Extras.Stock.OS (isWin32)
3333
import Hedgehog.Extras.Test qualified as H
3434
import Test.Tasty (TestTree, testGroup)
35-
import Test.Tasty.Hedgehog (testProperty)
3635

3736
ansiRegex :: Regex
3837
ansiRegex = mkRegex "\\[[0-9]+m"
@@ -126,9 +125,9 @@ test_golden_HelpCmds =
126125
return $
127126
testGroup
128127
"help-commands"
129-
[ testProperty
128+
[ H.testUnitIO
130129
(subPath usage)
131-
( watchdogProp . propertyOnce . H.moduleWorkspace "help-commands" $ \_ -> do
130+
( H.moduleWorkspace "help-commands" $ \_ -> do
132131
H.noteShow_ usage
133132
let expectedCmdHelpFp =
134133
"test/cardano-cli-golden/files/golden" </> subPath usage

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)