-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
87 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,79 @@ | ||
with-compiler: ghc-9.4.8 | ||
|
||
packages: | ||
-- Waiting for new release | ||
external/ghc-source-gen/ghc-source-gen.cabal | ||
external/proto-lens/proto-lens-protobuf-types | ||
external/proto-lens/proto-lens-runtime | ||
external/proto-lens/proto-lens-protoc | ||
external/proto-lens/proto-lens-setup | ||
external/digest/digest.cabal | ||
|
||
-- * External | ||
external/proto3-wire/proto3-wire.cabal | ||
external/proto3-suite/proto3-suite.cabal | ||
external/hs-grpc/hs-grpc-server/hs-grpc-server.cabal | ||
external/gRPC-haskell/grpc-haskell.cabal | ||
external/gRPC-haskell/core/grpc-haskell-core.cabal | ||
external/haskell-rocksdb-bindings | ||
external/gsasl-hs/gsasl-hs.cabal | ||
|
||
-- * Cpp library | ||
common/api/cpp/hstream-api-cpp.cabal | ||
clients/cpp/hstream-client-cpp.cabal | ||
|
||
-- * HStream common | ||
common/base/hstream-common-base.cabal | ||
common/api/hstream-api-hs.cabal | ||
common/hstream/hstream-common.cabal | ||
common/stats/hstream-common-stats.cabal | ||
|
||
hstream-store | ||
common/server/hstream-common-server.cabal | ||
hstream-diffflow | ||
hstream-processing | ||
hstream-sql | ||
hstream-io | ||
hstream-gossip | ||
hstream-admin/server/hstream-admin-server.cabal | ||
hstream-kafka | ||
hstream | ||
hstream-admin/hstream-admin.cabal | ||
|
||
package proto3-wire | ||
tests: false | ||
|
||
package proto3-suite | ||
tests: false | ||
|
||
package ghc-source-gen | ||
tests: false | ||
|
||
package hs-grpc-server | ||
flags: +hsgrpc_use_protosuite | ||
tests: false | ||
|
||
package grpc-haskell | ||
flags: +grpc_eliminate_insecure_build | ||
tests: false | ||
|
||
package grpc-haskell-core | ||
flags: +grpc_eliminate_insecure_build | ||
tests: false | ||
|
||
package rocksdb-haskell-bindings | ||
extra-include-dirs: /usr/local/include | ||
extra-lib-dirs: /usr/local/lib | ||
tests: false | ||
|
||
constraints: | ||
Z-Data == 2.0.0.2 | ||
, zoovisitor == 0.2.6.1 | ||
, criterion ^>= 1.6 | ||
, aeson ^>= 2.1 | ||
|
||
-- The following is needed to avoid breaking the build. | ||
, blaze-textual == 0.2.1.0 || > 0.2.2.0 | ||
, entropy == 0.4.1.7 || > 0.4.1.9 | ||
-- https://github.com/nikita-volkov/deferred-folds/issues/6 | ||
, deferred-folds == 0.9.18.3 || > 0.9.18.4 |
Submodule ghc-source-gen
added at
752730
Submodule proto-lens
added at
073b75