net-mqtt 0.8.2.4 → 0.8.2.5
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- net-mqtt.cabal +6/−6
net-mqtt.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.7.+-- This file has been generated from package.yaml by hpack version 0.35.0. -- -- see: https://github.com/sol/hpack name: net-mqtt-version: 0.8.2.4+version: 0.8.2.5 synopsis: An MQTT Protocol Implementation. description: Please see the README on GitHub at <https://github.com/dustin/mqtt-hs#readme> category: Network@@ -52,7 +52,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+ , text >=1.2.3 && <2.1.0 , websockets >=0.12.5.3 && <0.13 default-language: Haskell2010 @@ -80,7 +80,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+ , text >=1.2.3 && <2.1.0 , websockets >=0.12.5.3 && <0.13 default-language: Haskell2010 @@ -109,7 +109,7 @@ , network-uri >=2.6.1 && <2.7 , optparse-applicative , stm >=2.4.0 && <2.6- , text >=1.2.3 && <1.3+ , text >=1.2.3 && <2.1.0 , websockets >=0.12.5.3 && <0.13 default-language: Haskell2010 @@ -145,6 +145,6 @@ , tasty , tasty-hunit , tasty-quickcheck- , text >=1.2.3 && <1.3+ , text >=1.2.3 && <2.1.0 , websockets >=0.12.5.3 && <0.13 default-language: Haskell2010