packages feed

kafka-device-joystick 1.0.0.0 → 1.0.2.1

raw patch · 3 files changed

+5/−5 lines, 3 filesdep ~kafka-devicePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: kafka-device

API changes (from Hackage documentation)

Files

default.nix view
@@ -5,7 +5,7 @@  mkDerivation {   pname = "kafka-device-joystick";-  version = "1.0.0.0";+  version = "1.0.2.1";   src = ./.;   isLibrary = true;   isExecutable = true;
kafka-device-joystick.cabal view
@@ -1,5 +1,5 @@ name         : kafka-device-joystick-version      : 1.0.0.0+version      : 1.0.2.1 synopsis     : Linux joystick events via a Kafka message broker description  : This package contains functions for passing Linux joystick events to topics on a Kafka message broker \<<https://kafka.apache.org/>\>.  The joystick's driver must conform to the Linux Joystick API \<<https://www.kernel.org/doc/Documentation/input/joystick-api.txt>\>.  Also see \<<https://hackage.haskell.org/package/kafka-device/>\>. license      : MIT@@ -32,7 +32,7 @@                   , binary       >= 0.8.5                   , bytestring   >= 0.10.8                   , cereal       >= 0.5.7-                  , kafka-device >= 1.0.0+                  , kafka-device >= 1.0.2.1   hs-source-dirs  : src   ghc-options     : -Wall   default-language: Haskell2010@@ -47,7 +47,7 @@                   , binary       >= 0.8.5                   , bytestring   >= 0.10.8                   , cereal       >= 0.5.7-                  , kafka-device >= 1.0.0+                  , kafka-device >= 1.0.2.1                   , yaml         >= 0.8.32   hs-source-dirs  : src   ghc-options     : -Wall -threaded
sample.yaml view
@@ -3,7 +3,7 @@   address   : [localhost, 9092]   topic     : events sensor      : joystick-path        : /dev/input/js0+device      : /dev/input/js0 xAxis       :   axisNumber: 0   increment : 0.020