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.2.0
+version:             0.1.2.1
 synopsis:            Extra non-essential utilities for building legion applications.
 description:         Please see README.md
 homepage:            https://github.com/owensmurray/legion-extra#readme
@@ -20,7 +20,7 @@
     Network.Legion.Config
     Network.Legion.Persistence
   build-depends:
-    aeson              >= 0.11.2.1 && < 0.12,
+    aeson              >= 0.11.2.1 && < 1.1,
     attoparsec         >= 0.13.0.1 && < 0.14,
     base               >= 4.8      && < 4.10,
     binary             >= 0.8.3.0  && < 0.9,
@@ -30,7 +30,7 @@
     containers         >= 0.5.6.2  && < 0.6,
     data-default-class >= 0.0.1    && < 0.2,
     data-dword         >= 0.3      && < 0.4,
-    directory          >= 1.2.6.2  && < 1.3,
+    directory          >= 1.2.6.2  && < 1.4,
     legion             >= 0.9      && < 0.10,
     network            >= 2.6.3.1  && < 2.7,
     safe               >= 0.3.9    && < 0.4,
