diff --git a/ironforge.cabal b/ironforge.cabal
--- a/ironforge.cabal
+++ b/ironforge.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.1.0.8
+version:             0.1.0.9
 
 -- A short (one-line) description of the package.
 synopsis:            A technical demo for Antisplice.
@@ -48,7 +48,7 @@
 library
   exposed-modules:  Game.Antisplice.Dungeon.Ironforge
 
-  build-depends:       base >=4.6 && <4.7, chatty >=0.3 && <0.4, antisplice >=0.11 && <0.12, mtl >= 2.1 && < 2.2, transformers >= 0.3 && < 0.4
+  build-depends:       base >=4.6 && <4.7, chatty >=0.5 && <0.6, antisplice >=0.12 && <0.13, mtl >= 2.1 && < 2.2, transformers >= 0.3 && < 0.4
 
   default-language: Haskell2010
 
@@ -64,7 +64,7 @@
   other-extensions:    FlexibleContexts
   
   -- Other library packages from which modules are imported.
-  build-depends:       base >=4.6 && <4.7, chatty >=0.3 && <0.4, antisplice >=0.11 && <0.12, mtl >= 2.1 && < 2.2, transformers >= 0.3 && < 0.4
+  build-depends:       base >=4.6 && <4.7, chatty >=0.5 && <0.6, antisplice >=0.12 && <0.13, mtl >= 2.1 && < 2.2, transformers >= 0.3 && < 0.4
   
   -- Directories containing source files.
   -- hs-source-dirs:      
