Skip to content

Commit

Permalink
Update from Hackage at 2019-09-14T22:59:06Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Sep 14, 2019
1 parent 09eda99 commit cb17dc2
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 0 deletions.
108 changes: 108 additions & 0 deletions net-mqtt/0.5.0.1/net-mqtt.cabal
@@ -0,0 +1,108 @@
cabal-version: 1.12

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

name: net-mqtt
version: 0.5.0.1
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:
Network.MQTT.Client
Network.MQTT.Topic
Network.MQTT.Types
other-modules:
Paths_net_mqtt
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
async >=2.2.1 && <2.3
, attoparsec >=0.13.2 && <0.14
, attoparsec-binary >=0.2 && <1.0
, base >=4.7 && <5
, binary >=0.8.5 && <0.9
, bytestring >=0.10.8 && <0.11
, conduit >=1.3.1 && <1.4
, conduit-extra >=1.3.0 && <1.4
, containers >=0.5.0 && <0.7
, network-conduit-tls >=1.3.2 && <1.4
, network-uri >=2.6.1 && <2.7
, stm >=2.4.0 && <2.6
, text >=1.2.3 && <1.3
default-language: Haskell2010

executable mqtt
main-is: Main.hs
other-modules:
Paths_net_mqtt
hs-source-dirs:
app
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
async >=2.2.1 && <2.3
, attoparsec >=0.13.2 && <0.14
, attoparsec-binary >=0.2 && <1.0
, base >=4.7 && <5
, binary >=0.8.5 && <0.9
, bytestring >=0.10.8 && <0.11
, conduit >=1.3.1 && <1.4
, conduit-extra >=1.3.0 && <1.4
, containers >=0.5.0 && <0.7
, net-mqtt
, network-conduit-tls >=1.3.2 && <1.4
, network-uri >=2.6.1 && <2.7
, stm >=2.4.0 && <2.6
, text >=1.2.3 && <1.3
default-language: Haskell2010

test-suite mqtt-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_net_mqtt
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
HUnit
, QuickCheck
, async >=2.2.1 && <2.3
, attoparsec >=0.13.2 && <0.14
, attoparsec-binary >=0.2 && <1.0
, base >=4.7 && <5
, binary >=0.8.5 && <0.9
, bytestring >=0.10.8 && <0.11
, conduit >=1.3.1 && <1.4
, conduit-extra >=1.3.0 && <1.4
, containers >=0.5.0 && <0.7
, net-mqtt
, network-conduit-tls >=1.3.2 && <1.4
, network-uri >=2.6.1 && <2.7
, stm >=2.4.0 && <2.6
, tasty
, tasty-hunit
, tasty-quickcheck
, text >=1.2.3 && <1.3
default-language: Haskell2010
1 change: 1 addition & 0 deletions net-mqtt/0.5.0.1/net-mqtt.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"45098475b061d644ba4fe744df2fe52a","Skein512_512":"30ef2ba184bd3addf6a5f6d0ac36a90c065038af8636879d677d6dfb3576244851311607982b3bb9edfbbbaf2b8318f9b243623f81cbf99c50d5de6852865462","SHA1":"e96f19c24342e0abe2cc08edc522c5b811c7769a","SHA512":"51c48c700441aeed4c4eca45676064cdb70e4afb5dc2bfb552fa15314364c26dd08151a1d945fa7b528fec3e92e1f81006bdbb28465de014822fd96168d3e0ed","SHA256":"d4bc629e462de8052d83805f5c11a5079d4e18c34b77f8874a12b08bb1121147"},"package-locations":["https://hackage.haskell.org/package/net-mqtt-0.5.0.1/net-mqtt-0.5.0.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/net-mqtt-0.5.0.1.tar.gz"],"package-size":20037}

0 comments on commit cb17dc2

Please sign in to comment.