From 843931a6bd63160eb4a01d3bcd3d5dca3b6b8997 Mon Sep 17 00:00:00 2001 From: alexeyraga Date: Mon, 21 Oct 2019 14:17:48 +1100 Subject: [PATCH] Release v3.0.0 --- hw-kafka-client.cabal | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hw-kafka-client.cabal b/hw-kafka-client.cabal index 0b5adf5..56434cf 100644 --- a/hw-kafka-client.cabal +++ b/hw-kafka-client.cabal @@ -1,5 +1,5 @@ name: hw-kafka-client -version: 2.6.1 +version: 3.0.0 synopsis: Kafka bindings for Haskell description: Apache Kafka bindings backed by the librdkafka C library. . @@ -52,8 +52,6 @@ library if impl(ghc <8.0) build-depends: semigroups - if os(osx) - cpp-options: -D__attribute__(A)= -D_Nullable= -D_Nonnull= exposed-modules: Kafka.Consumer Kafka.Consumer.ConsumerProperties