Skip to content

Commit e3ddc98

Browse files
authored
Merge pull request #951 from IntersectMBO/newhoggy/upgrade-to-hedgehog-extras-0.10.0.0
chore(deps): upgrade hedgehog-extras from 0.8 to 0.10.0.0
2 parents 9f0d0bb + 03db8ba commit e3ddc98

6 files changed

Lines changed: 26 additions & 49 deletions

File tree

.github/workflows/hls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
HLS_CACHE_VERSION: "2025-09-04"
1818

1919
runs-on: ubuntu-latest
20-
timeout-minutes: 60
20+
timeout-minutes: 90
2121
steps:
2222
- uses: actions/checkout@v4
2323

cabal.project

Lines changed: 1 addition & 6 deletions
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-22T20:18:27Z
16+
, hackage.haskell.org 2025-09-10T10:05:13Z
1717
, cardano-haskell-packages 2025-06-20T09:11:51Z
1818

1919
packages:
@@ -22,11 +22,6 @@ packages:
2222
cardano-wasm
2323
cardano-rpc
2424

25-
extra-packages: Cabal, process
26-
27-
if impl(ghc < 9.8)
28-
constraints: interpolatedstring-perl6:setup.time source
29-
3025
constraints: process >= 1.6.26.1
3126

3227
-- It may slow down build plan preparation, but without it cabal has problems

cardano-api/cardano-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ test-suite cardano-api-golden
441441
errors,
442442
filepath,
443443
hedgehog >=1.1,
444-
hedgehog-extras ^>=0.8,
444+
hedgehog-extras ^>=0.10,
445445
microlens,
446446
plutus-core ^>=1.45,
447447
plutus-ledger-api,

cardano-wasm/cardano-wasm.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ test-suite cardano-wasm-golden
8585
build-depends:
8686
filepath,
8787
hedgehog >=1.1,
88-
hedgehog-extras ^>=0.8,
88+
hedgehog-extras ^>=0.10,
8989
tasty,
9090
tasty-hedgehog,
9191

flake.lock

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

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
defaultCompiler = "ghc9102";
4646
# Used for cross compilation, and so referenced in .github/workflows/release-upload.yml. Adapt the
4747
# latter if you change this value.
48-
crossCompilerVersion = "ghc966";
48+
crossCompilerVersion = "ghc967";
4949
in
5050
inputs.flake-utils.lib.eachSystem supportedSystems (
5151
system: let

0 commit comments

Comments
 (0)