packages feed

net-mqtt-0.8.6.4: net-mqtt.cabal

cabal-version: 1.12

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

name:           net-mqtt
version:        0.8.6.4
synopsis:       An MQTT Protocol Implementation.
description:    Please see the README on GitHub at <https://github.com/dustin/mqtt-hs#readme>
category:       Network
homepage:       https://github.com/dustin/mqtt-hs#readme
bug-reports:    https://github.com/dustin/mqtt-hs/issues
author:         Dustin Sallings
maintainer:     dustin@spy.net
copyright:      BSD3
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/mqtt-hs

library
  exposed-modules:
      Data.Map.Strict.Decaying
      Data.Map.Strict.Expiring
      Network.MQTT.Arbitrary
      Network.MQTT.Client
      Network.MQTT.Topic
      Network.MQTT.Types
  other-modules:
      Paths_net_mqtt
  hs-source-dirs:
      src
  build-depends:
      QuickCheck >=2.12.6.1 && <2.25
    , async >=2.2.1 && <2.3
    , attoparsec >=0.13.2 && <0.15
    , attoparsec-binary >=0.2 && <1.0
    , base >=4.7 && <5
    , binary >=0.8.5 && <0.9
    , bytestring >=0.10.8 && <0.13
    , conduit >=1.3.1 && <1.5
    , conduit-extra >=1.3.0 && <1.5
    , containers >=0.5.0 && <0.8
    , crypton-connection >=0.3.0
    , data-default-class >=0.1.2
    , deepseq >=1.4.3.0 && <1.6
    , monad-loops >=0.4.3
    , network-conduit-tls ==1.4.*
    , network-uri >=2.6.1 && <2.7
    , stm >=2.4.0 && <2.6
    , text >=1.2.3 && <2.2.0
    , time >=1.9
    , websockets >=0.12.5.3 && <0.14
  default-language: Haskell2010

executable mqtt-example
  main-is: Main.hs
  other-modules:
      Paths_net_mqtt
  hs-source-dirs:
      app/example
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      QuickCheck >=2.12.6.1 && <2.25
    , async >=2.2.1 && <2.3
    , attoparsec >=0.13.2 && <0.15
    , attoparsec-binary >=0.2 && <1.0
    , base >=4.7 && <5
    , binary >=0.8.5 && <0.9
    , bytestring >=0.10.8 && <0.13
    , conduit >=1.3.1 && <1.5
    , conduit-extra >=1.3.0 && <1.5
    , containers >=0.5.0 && <0.8
    , crypton-connection >=0.3.0
    , data-default-class >=0.1.2
    , deepseq >=1.4.3.0 && <1.6
    , monad-loops >=0.4.3
    , net-mqtt
    , network-conduit-tls ==1.4.*
    , network-uri >=2.6.1 && <2.7
    , stm >=2.4.0 && <2.6
    , text >=1.2.3 && <2.2.0
    , time >=1.9
    , websockets >=0.12.5.3 && <0.14
  default-language: Haskell2010

executable mqtt-watch
  main-is: Main.hs
  other-modules:
      Paths_net_mqtt
  hs-source-dirs:
      app/mqtt-watch
  ghc-options: -threaded -rtsopts -eventlog -with-rtsopts=-N
  build-depends:
      QuickCheck >=2.12.6.1 && <2.25
    , async >=2.2.1 && <2.3
    , attoparsec >=0.13.2 && <0.15
    , attoparsec-binary >=0.2 && <1.0
    , base >=4.7 && <5
    , binary >=0.8.5 && <0.9
    , bytestring
    , conduit >=1.3.1 && <1.5
    , conduit-extra >=1.3.0 && <1.5
    , containers >=0.5.0 && <0.8
    , crypton-connection >=0.3.0
    , data-default-class >=0.1.2
    , deepseq >=1.4.3.0 && <1.6
    , monad-loops >=0.4.3
    , net-mqtt
    , network-conduit-tls ==1.4.*
    , network-uri >=2.6.1 && <2.7
    , optparse-applicative
    , stm >=2.4.0 && <2.6
    , text >=1.2.3 && <2.2.0
    , time >=1.9
    , websockets >=0.12.5.3 && <0.14
  default-language: Haskell2010

test-suite mqtt-test
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      DecayingSpec
      Example1
      Example2
      ExpiringSpec
      Spec
      Paths_net_mqtt
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      HUnit
    , QuickCheck >=2.12.6.1 && <2.25
    , async >=2.2.1 && <2.3
    , attoparsec >=0.13.2 && <0.15
    , attoparsec-binary >=0.2 && <1.0
    , base >=4.7 && <5
    , binary >=0.8.5 && <0.9
    , bytestring >=0.10.8 && <0.13
    , checkers
    , conduit >=1.3.1 && <1.5
    , conduit-extra >=1.3.0 && <1.5
    , containers >=0.5.0 && <0.8
    , crypton-connection >=0.3.0
    , data-default-class >=0.1.2
    , deepseq >=1.4.3.0 && <1.6
    , lens
    , monad-loops >=0.4.3
    , mtl
    , net-mqtt
    , network-conduit-tls ==1.4.*
    , network-uri >=2.6.1 && <2.7
    , stm >=2.4.0 && <2.6
    , tasty
    , tasty-discover
    , tasty-hunit
    , tasty-quickcheck
    , text >=1.2.3 && <2.2.0
    , time >=1.9
    , websockets >=0.12.5.3 && <0.14
  default-language: Haskell2010