packages feed

net-mqtt-rpc-0.2.0.1: net-mqtt-rpc.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.6.
--
-- see: https://github.com/sol/hpack
--
-- hash: ceea5eb6200a9912b3c10a9b80769035ab832b0bce6627535d3e5a4c4c1edc5e

name:           net-mqtt-rpc
version:        0.2.0.1
synopsis:       Make RPC calls via an MQTT broker.
description:    Please see the README on GitHub at <https://github.com/dustin/net-mqtt-rpc#readme>
category:       Network
homepage:       https://github.com/dustin/net-mqtt-rpc#readme
bug-reports:    https://github.com/dustin/net-mqtt-rpc/issues
author:         Dustin Sallings
maintainer:     dustin@spy.net
copyright:      MIT
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/dustin/net-mqtt-rpc

library
  exposed-modules:
      Network.MQTT.RPC
  other-modules:
      Paths_net_mqtt_rpc
  hs-source-dirs:
      src
  default-extensions:
      OverloadedStrings
      RecordWildCards
      NamedFieldPuns
  ghc-options: -Wall
  build-depends:
      base >=4.7 && <5
    , bytestring
    , exceptions
    , net-mqtt >=0.8.2.0
    , random
    , stm
    , text
    , uuid
  default-language: Haskell2010

executable mqtt-rpc
  main-is: Main.hs
  other-modules:
      Paths_net_mqtt_rpc
  hs-source-dirs:
      app
  default-extensions:
      OverloadedStrings
      RecordWildCards
      NamedFieldPuns
  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
  build-depends:
      base >=4.7 && <5
    , bytestring
    , exceptions
    , net-mqtt >=0.8.2.0
    , net-mqtt-rpc
    , network-uri
    , optparse-applicative
    , random
    , stm
    , text
    , uuid
  default-language: Haskell2010