Skip to content

Commit

Permalink
Merge pull request #160 from input-output-hk/erikd/chap
Browse files Browse the repository at this point in the history
Bump index states
  • Loading branch information
erikd authored Aug 10, 2023
2 parents 67b43a0 + a661fb9 commit 4714d55
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-stylish-haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

env:
# Modify this value to "invalidate" the cabal cache.
CABAL_CACHE_VERSION: "2022-12-30"
CABAL_CACHE_VERSION: "2023-07-28"

STYLISH_HASKELL_VERSION: "0.14.4.0"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

env:
# Modify this value to "invalidate" the cabal cache.
CABAL_CACHE_VERSION: "2023-07-11"
CABAL_CACHE_VERSION: "2023-07-28"

# Modify this value to "invalidate" the secp cache.
SECP_CACHE_VERSION: "2022-12-30"
Expand Down
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: "2023-07-26"
CABAL_CACHE_VERSION: "2023-07-28"

concurrency:
group: >
Expand Down
12 changes: 2 additions & 10 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 2023-07-27T22:41:49Z
, cardano-haskell-packages 2023-08-05T00:00:00Z
, hackage.haskell.org 2023-08-08T19:56:09Z
, cardano-haskell-packages 2023-08-08T21:04:17Z

packages:
cardano-cli
Expand All @@ -40,14 +40,6 @@ test-show-details: direct
-- Always write GHC env files, because they are needed for ghci.
write-ghc-environment-files: always

if impl(ghc >= 9.6)
allow-newer:
-- Only really needed because `cardano-ledger-byron-test` has not yet been released to CHaP
-- and its not possible to specify `cardano-ledger-byron-test:base` because the dependencies
-- of `cardano-ledger-byron-test` also do not permit the version of `base` that `ghc-9.6`
-- provides.
, *:base

-- IMPORTANT
-- Do NOT add more source-repository-package stanzas here unless they are strictly
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.
4 changes: 4 additions & 0 deletions cardano-cli/test/cardano-cli-test/Test/Cli/Pipes.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ module Test.Cli.Pipes

#if !defined(mingw32_HOST_OS)
#define UNIX
#else
-- Need this to avoid an unused-package error on Windows when compiling with
-- cabal-3.10 and ghc-9.6.
import System.FilePath ()
#endif

import qualified Hedgehog as H
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 4714d55

Please sign in to comment.