We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
skip-lmdb
ouroboros-consensus
1 parent 51b46f4 commit 9ffba30Copy full SHA for 9ffba30
1 file changed
cabal.project
@@ -20,6 +20,17 @@ active-repositories:
20
, :rest
21
, cardano-haskell-packages:override
22
23
+-- BEGIN SRP STANZAS MANAGED BY STANZAMAN --
24
+
25
+source-repository-package
26
+ type: git
27
+ location: https://github.com/IntersectMBO/ouroboros-consensus.git
28
+ tag: a04dbfb8a75461d5d8fe1e40defc21583747c0cb
29
+ subdir: .
30
+ --sha256: 1aahszw4vn1ns7bg6gafivmnrvi65g853s9w4kf96ivsm5q7zign
31
32
+-- END SRP STANZAS MANAGED BY STANZAMAN --
33
34
packages:
35
cardano-api
36
cardano-api-gen
@@ -80,6 +91,9 @@ if arch(wasm32)
80
91
package plutus-core
81
92
flags: +do-not-build-plutus-exec
82
93
94
+ package ouroboros-consensus
95
+ flags: +skip-lmdb
96
83
97
source-repository-package
84
98
type: git
85
99
location: https://github.com/haskell-wasm/hs-memory.git
0 commit comments