-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin' into emmanuel/add-verifiers
- Loading branch information
Showing
9 changed files
with
91 additions
and
526 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,25 @@ | ||
packages: haskell-src/chainweb-data.cabal | ||
with-compiler: ghc-9.2.8 | ||
|
||
package aeson | ||
flags: +cffi | ||
|
||
package rocksdb-haskell-kadena | ||
ghc-options: -Wwarn -optc-w -optcxx-w | ||
|
||
source-repository-package | ||
type: git | ||
location: https://github.com/kadena-io/pact.git | ||
tag: e5c922664fb4df53e3b8e2c48618d71b3ef612ad | ||
--sha256: sha256-t1p+Zd5I/mW2Aggi4xMRl0wj6k3ztsgzydvNkBachFA= | ||
with-compiler: ghc-9.6.3 | ||
index-state: 2024-02-01T00:00:00Z | ||
|
||
source-repository-package | ||
type: git | ||
location: https://github.com/kadena-io/chainweb-api.git | ||
tag: fc84dcef8197bcfb5415c855421bb1921a749c9f | ||
--sha256: sha256-2qpkAlpJ9qtfsD1WHuW5IYXWHoVXBxRYs5Pd9GOOXz8= | ||
|
||
source-repository-package | ||
type: git | ||
location: https://github.com/kadena-io/pact-json | ||
tag: e43073d0b8d89d9b300980913b842f4be339846d | ||
--sha256: sha256-ZWbAId0JBaxDsYhwcYUyw04sjYstXyosSCenzOvUxsQ= | ||
|
||
source-repository-package | ||
type: git | ||
location: https://github.com/kadena-io/thyme.git | ||
tag: 6ee9fcb026ebdb49b810802a981d166680d867c9 | ||
--sha256: sha256-DqGIoPGBg8py044Xa7l/Y09K+cKGFwlxONHoZRJyzCU= | ||
|
||
package vault | ||
documentation: false | ||
|
||
write-ghc-environment-files: never | ||
|
||
package pact | ||
ghc-options: -Wwarn | ||
optimization: True | ||
flags: -build-tool | ||
|
||
constraints: sbv <10 | ||
constraints: http2 <4.2 | ||
constraints: configuration-tools >= 0.7.0 | ||
|
||
allow-newer: beam-migrate:pqueue | ||
allow-newer: beam-migrate:aeson | ||
allow-newer: beam-core:aeson | ||
allow-newer: streaming-events:* | ||
allow-newer: postgresql-simple-migration:* | ||
allow-newer: beam-postgres:* | ||
-- allow-newer: *:aeson | ||
allow-newer: *:vector | ||
|
||
allow-older: pact:base | ||
allow-older: pact:mtl | ||
allow-older: pact:text | ||
allow-older: pact-json:text |
Oops, something went wrong.