Skip to content

Commit fe1f4e8

Browse files
Use temporary version of clash-protocols
1 parent 1e598a5 commit fe1f4e8

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

cabal.project-common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ source-repository-package
4141
source-repository-package
4242
type: git
4343
location: https://github.com/clash-lang/clash-protocols.git
44-
tag: febb041c32fa678e7ddb7d0e976516a5c56b03fc
44+
tag: 15b4f4fe560f217609a387f4256927046099715c
4545
subdir: clash-protocols-base clash-protocols
4646

4747
allow-newer:

nix/sources.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@
2626
},
2727
"clash-protocols": {
2828
"branch": "main",
29+
"branch": "peter/for-ethernet-core",
2930
"description": "a battery-included library for dataflow protocols",
3031
"homepage": null,
3132
"owner": "clash-lang",
3233
"repo": "clash-protocols",
33-
"rev": "febb041c32fa678e7ddb7d0e976516a5c56b03fc",
34-
"sha256": "15dlqpjymmb2li4vsnz4jqgi2clazd372i18v8qalmpzp0xsfha3",
34+
"rev": "15b4f4fe560f217609a387f4256927046099715c",
35+
"sha256": "0ixs021kadbl70q6mgqfrq0pylc9qh1l519n384ij28l9w5x6ana",
3536
"type": "tarball",
36-
"url": "https://github.com/clash-lang/clash-protocols/archive/febb041c32fa678e7ddb7d0e976516a5c56b03fc.tar.gz",
37+
"url": "https://github.com/clash-lang/clash-protocols/archive/15b4f4fe560f217609a387f4256927046099715c.tar.gz",
3738
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
3839
},
3940
"doctest-parallel": {

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extra-deps:
2424
- git: https://github.com/cchalmers/circuit-notation.git
2525
commit: '564769c52aa05b90f81bbc898b7af7087d96613d'
2626
- git: https://github.com/clash-lang/clash-protocols.git
27-
commit: 'febb041c32fa678e7ddb7d0e976516a5c56b03fc'
27+
commit: '15b4f4fe560f217609a387f4256927046099715c'
2828
subdirs:
2929
- clash-protocols-base
3030
- clash-protocols

0 commit comments

Comments
 (0)