packages feed

ekg 0.3.1.3 → 0.3.1.4

raw patch · 1 files changed

+16/−14 lines, 1 filesdep ~aesondep ~text

Dependency ranges changed: aeson, text

Files

ekg.cabal view
@@ -1,5 +1,5 @@ name:                ekg-version:             0.3.1.3+version:             0.3.1.4 synopsis:            Remote monitoring of processes description:   This library lets you remotely monitor a running process over HTTP.@@ -34,19 +34,21 @@                        System.Remote.Label.Internal                        System.Remote.Snap -  build-depends:       aeson < 0.7,-                       base >= 4.5 && < 5,-                       bytestring < 1.0,-                       containers < 0.6,-                       filepath < 1.4,-                       network < 2.5,-                       snap-core < 0.10,-                       snap-server < 0.10,-                       text < 0.12,-                       time < 1.5,-                       transformers < 0.4,-                       unordered-containers < 0.3-  ghc-options:         -Wall+  build-depends:+    aeson < 0.8,+    base >= 4.5 && < 5,+    bytestring < 1.0,+    containers < 0.6,+    filepath < 1.4,+    network < 2.5,+    snap-core < 0.10,+    snap-server < 0.10,+    text < 1.2,+    time < 1.5,+    transformers < 0.4,+    unordered-containers < 0.3++  ghc-options: -Wall  source-repository head   type:     git