name: ttn-client version: 0.1.0.1 synopsis: TheThingsNetwork client description: Connect to TTN MQTT API, receive and decode messages homepage: https://github.com/sorki/ttn-client 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.TTN.Client , Data.TTN.Client.Util build-depends: base >= 4.7 && < 5 , ttn , config-ini , pretty-simple , aeson , bytestring , text , stm , mqtt-hs , filepath , directory , monad-logger , binary , base64-bytestring default-language: Haskell2010 executable ttnc hs-source-dirs: app main-is: Main.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base , ttn , ttn-client , stm , aeson , text , pretty-simple , bytestring , binary , mqtt-hs , cayene-lpp default-language: Haskell2010 source-repository head type: git location: https://github.com/sorki/ttn-client