Skip to content

Commit 4cd5418

Browse files
committed
Use CHaP
1 parent 8037962 commit 4cd5418

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

.github/workflows/haskell.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ jobs:
8484
cat ./.github/workflows/cabal.project.local > ./cabal.project.local
8585
cat ./cabal.project.local
8686
87+
- name: "Cabal update"
88+
run: cabal update
89+
8790
- name: Record dependencies
8891
id: record-deps
8992
run: |

cabal.project

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
index-state: 2022-09-01T00:00:00Z
1+
-- Custom repository for cardano haskell packages, see CONTRIBUTING for more
2+
repository cardano-haskell-packages
3+
url: https://input-output-hk.github.io/cardano-haskell-packages
4+
secure: True
5+
root-keys:
6+
3e0cce471cf09815f930210f7827266fd09045445d65923e6d0238a6cd15126f
7+
443abb7fb497a134c343faf52f0b659bd7999bc06b7f63fa76dc99d631f9bea1
8+
a86a1f6ce86c449c46666bda44268677abf29b5b2d2eb5ec7af903ec2f117a82
9+
bcec67e8e99cabfa7764d75ad9b158d72bfacf70ca1d0ec8bc6b4406d1bf8413
10+
c00aae8461a256275598500ea0e187588c35a5d5d7454fb57eac18d9edb86a56
11+
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee
12+
13+
index-state: 2022-11-06T00:00:00Z
14+
index-state: cardano-haskell-packages 2022-11-07T00:00:00Z
215

316
packages: ./io-sim
417
./io-classes
@@ -12,13 +25,3 @@ package io-classes
1225

1326
package strict-stm
1427
flags: +asserts
15-
16-
source-repository-package
17-
type: git
18-
location: https://github.com/input-output-hk/typed-protocols
19-
tag: 254a4f8520ff58bb80bf1468d279391c6002436e
20-
--sha256: 1jpdlks39s9yih96kadzb6va0ag7c1l9510a0q98bj7gksng4218
21-
subdir:
22-
typed-protocols
23-
typed-protocols-cborg
24-
typed-protocols-examples

0 commit comments

Comments
 (0)