name: modbus-tcp version: 0.2.1 cabal-version: >= 1.10 build-type: Simple stability: experimental author: Roel van Dijk , Tim Schwarte maintainer: Roel van Dijk copyright: 2013–2016 Roel van Dijk, Tim Schwarte license: BSD3 license-file: LICENSE homepage: https://github.com/roelvandijk/modbus-tcp bug-reports: https://github.com/roelvandijk/modbus-tcp/issues category: System synopsis: Communicate with Modbus devices over TCP description: Implements the Modbus TPC/IP protocol. source-repository head type: git location: git://github.com/roelvandijk/modbus-tcp.git library hs-source-dirs: src ghc-options: -Wall build-depends: base >= 4.8 && < 5 , bytestring >= 0.10.6 && < 0.11 , cereal >= 0.5.1 && < 0.6 , network >= 2.6.2.1 && < 2.7 , transformers >= 0.4.2 && < 0.5 exposed-modules: System.Modbus.TCP default-language: Haskell2010