Skip to content

Commit

Permalink
Bump chap & hackage
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Aug 15, 2024
1 parent 4b5af15 commit 5b16063
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 21 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:
strategy:
fail-fast: false
matrix:
ghc: ["8.10.7", "9.6", "9.8", "9.10"]
ghc: ["8.10.7", "9.6", "9.10"]
cabal: ["3.12"]
sys:
- { os: windows-latest, shell: 'C:/msys64/usr/bin/bash.exe -e {0}' }
Expand Down
15 changes: 2 additions & 13 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-07-30T01:49:10Z
, cardano-haskell-packages 2024-07-30T02:20:18Z
, hackage.haskell.org 2024-08-15T08:53:32Z
, cardano-haskell-packages 2024-08-15T10:40:33Z

packages:
cardano-api
Expand Down Expand Up @@ -45,17 +45,6 @@ test-show-details: direct
-- Always write GHC env files, because they are needed for ghci.
write-ghc-environment-files: always

constraints:
, plutus-ledger-api ^>= 1.31

allow-newer:
-- These are required due to the above.
, cardano-ledger-alonzo:plutus-ledger-api
, cardano-ledger-alonzo-test:plutus-ledger-api
, cardano-ledger-babbage:plutus-ledger-api
, cardano-ledger-binary:plutus-ledger-api
, cardano-ledger-conway:plutus-ledger-api

-- IMPORTANT
-- Do NOT add more source-repository-package stanzas here unless they are strictly
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.
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.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
];

# see flake `variants` below for alternative compilers
defaultCompiler = "ghc982";
defaultCompiler = "ghc101";
haddockShellCompiler = defaultCompiler;
mingwCompiler = "ghc966";

Expand Down

0 comments on commit 5b16063

Please sign in to comment.