Name: libmodbus Version: 1.0.0 Cabal-Version: >= 1.8 License: BSD2 Maintainer: Joey Hess Author: Joey Hess Stability: Stable Copyright: 2019 Joey Hess License-File: LICENSE Build-Type: Simple Category: System Synopsis: Haskell bindings to the C modbus library Description: This library supports Modbus communication over both TCP and serial ports. . It is a FFI to the C modbus library from https://libmodbus.org/ Extra-Source-Files: CHANGELOG TODO Library GHC-Options: -Wall -fno-warn-tabs Extra-Libraries: modbus Exposed-Modules: System.Modbus Build-Depends: base >= 4.5 && < 5, vector >= 0.12 && <= 0.13, data-default >= 0.7 && <= 0.8 source-repository head type: git location: git://git.joeyh.name/haskell-libmodbus.git