diff --git a/ekg.cabal b/ekg.cabal
--- a/ekg.cabal
+++ b/ekg.cabal
@@ -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
