Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 2f77fd1

Browse files
committed
add upper bound on cabal version
1 parent 04ba308 commit 2f77fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chainweb-mining-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ source-repository head
3939
custom-setup
4040
setup-depends:
4141
base >=4.10 && <5
42-
, Cabal >=3.0
42+
, Cabal >=3.0 && <4
4343
, configuration-tools >=0.5
4444

4545
executable chainweb-mining-client

0 commit comments

Comments
 (0)