packages feed

hriemann 0.2.1.0 → 0.2.2.0

raw patch · 1 files changed

+13/−13 lines, 1 filesdep ~binarydep ~bytestringdep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: binary, bytestring, containers, criterion, hostname, kazura-queue, network, protocol-buffers, protocol-buffers-descriptor, text, time, unagi-chan

API changes (from Hackage documentation)

Files

hriemann.cabal view
@@ -1,5 +1,5 @@ name:                hriemann-version:             0.2.1.0+version:             0.2.2.0 synopsis:            Initial project template from stack description:         A Riemann Client for Haskell homepage:            https://github.com/shmish111/hriemann@@ -29,18 +29,18 @@                        Network.Monitoring.Riemann.Proto.Query                        Network.Monitoring.Riemann.Proto.State   build-depends:       base >= 4.7 && < 5-                     , protocol-buffers == 2.4.*-                     , protocol-buffers-descriptor == 2.4.*-                     , bytestring == 0.10.*-                     , network == 2.6.*-                     , text == 1.2.*-                     , containers == 0.5.*-                     , binary == 0.8.*-                     , time == 1.6.*-                     , hostname == 1.0.*-                     , unagi-chan == 0.4.*-                     , kazura-queue == 0.1.*-                     , criterion == 1.1.*+                     , protocol-buffers+                     , protocol-buffers-descriptor+                     , bytestring+                     , network+                     , text+                     , containers+                     , binary+                     , time+                     , hostname+                     , unagi-chan+                     , kazura-queue+                     , criterion   default-language:    Haskell2010  executable hriemann-exe