diff --git a/legion-extra.cabal b/legion-extra.cabal
--- a/legion-extra.cabal
+++ b/legion-extra.cabal
@@ -1,5 +1,5 @@
 name:                legion-extra
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Extra non-essential utilities for building legion applications.
 description:         Please see README.md
 homepage:            https://github.com/owensmurray/legion-extra#readme
@@ -19,17 +19,17 @@
   exposed-modules:
     Network.Legion.Config
   build-depends:
-    aeson >= 0.11.2.1 && < 0.12,
-    base >= 4.8 && < 4.9,
-    bytestring >= 0.10.6.0 && < 0.11,
-    canteven-log >= 1.0.0.0 && < 1.1,
-    containers >= 0.5.6.2 && < 0.6,
-    data-default-class >= 0.0.1 && < 0.1,
-    legion >= 0.4 && < 0.6,
-    network >= 2.6.3.1 && < 2.7,
-    safe >= 0.3.9 && < 0.4,
-    split >= 0.2.3.1 && < 0.3,
-    yaml >= 0.8.18.6 && < 0.9
+    aeson              >= 0.11.2.1 && < 0.12,
+    base               >= 4.8      && < 4.10,
+    bytestring         >= 0.10.6.0 && < 0.11,
+    canteven-log       >= 1.0.0.0  && < 2.1,
+    containers         >= 0.5.6.2  && < 0.6,
+    data-default-class >= 0.0.1    && < 0.2,
+    legion             >= 0.4      && < 0.6,
+    network            >= 2.6.3.1  && < 2.7,
+    safe               >= 0.3.9    && < 0.4,
+    split              >= 0.2.3.1  && < 0.3,
+    yaml               >= 0.8.18.6 && < 0.9
   default-language:
     Haskell2010
 
