cayene-lpp-0.1.0.0: cayene-lpp.cabal
name: cayene-lpp
version: 0.1.0.0
synopsis: Cayenne Low Power Payload
description: Cayenne Low Power Payload format encoding and decoding
homepage: https://github.com/sorki/cayene-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.Cayene
, Data.Cayene.Types
build-depends: base >= 4.7 && < 5
, binary
, timerep
, bytestring
, text
, time
default-language: Haskell2010
test-suite cayene-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
, cayene-lpp
, hspec
, base16-bytestring
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/sorki/cayene-lpp