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.
1 parent abd5807 commit 8175893Copy full SHA for 8175893
.circleci/config.yml
@@ -35,7 +35,7 @@ commands:
35
command: ./scripts/build-librdkafka
36
- save_cache:
37
key: cache--{{ .Environment.CACHE_VERSION }}--librdkafka--{{ checksum "scripts/build-librdkafka" }}
38
- paths: .librdkafka
+ paths: [ .librdkafka ]
39
40
workflows:
41
build-app-pipelines:
hw-kafka-client.cabal
@@ -1,7 +1,7 @@
1
cabal-version: 2.2
2
3
name: hw-kafka-client
4
-version: 3.1.2
+version: 4.0.0
5
synopsis: Kafka bindings for Haskell
6
description: Apache Kafka bindings backed by the librdkafka C library.
7
.
0 commit comments