name: cayenne-lpp version: 0.2.0.0 synopsis: Cayenne Low Power Payload description: Cayenne Low Power Payload format encoding and decoding homepage: https://github.com/sorki/cayenne-lpp license: BSD3 license-file: LICENSE author: Richard Marko maintainer: srk@48.io copyright: 2018 Richard Marko category: Web build-type: Simple -- extra-source-files: cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Data.Cayenne , Data.Cayenne.Types build-depends: base >= 4.7 && < 5 , binary , timerep , bytestring , text , time default-language: Haskell2010 test-suite cayenne-lpp-tests type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs other-modules: ParseSpec SpecHelper build-depends: base >= 4.7 && < 5 , cayenne-lpp , hspec , base16-bytestring >= 1 build-tool-depends: hspec-discover:hspec-discover == 2.* default-language: Haskell2010 source-repository head type: git location: https://github.com/sorki/cayenne-lpp