We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c5882b + 289f905 commit d533317Copy full SHA for d533317
.github/workflows/haskell.yml
@@ -60,7 +60,7 @@ jobs:
60
id: setup-haskell
61
with:
62
ghc-version: ${{ matrix.ghc }}
63
- cabal-version: 3.6.2.0
+ cabal-version: 3.8.1.0
64
65
- name: "WIN: Setup Haskell"
66
id: win-setup-haskell
cabal.project
@@ -13,7 +13,7 @@ repository cardano-haskell-packages
13
-- See CONTRIBUTING for information about these, including some Nix commands
14
-- you need to run if you change them
15
index-state: 2022-07-01T00:00:00Z
16
-index-state: cardano-haskell-packages 2022-10-19T00:00:00Z
+index-state: cardano-haskell-packages 2022-10-20T00:00:00Z
17
18
packages:
19
cardano-api
0 commit comments