diff --git a/luautils.cabal b/luautils.cabal
--- a/luautils.cabal
+++ b/luautils.cabal
@@ -1,5 +1,5 @@
 Name:                luautils
-Version:             0.1.1.0
+Version:             0.1.1.1
 Synopsis:            Helpers for Haskell integration with Lua
 Description:         This package is an add-on to the @HsLua@ package by Gracjan Polak.
                      HsLua only provides a very bare-bones wrapper over the Lua API, and this
@@ -20,8 +20,8 @@
 
 source-repository this
   type:     git
-  location: http://github.com/ajnsit/luautils/tree/v0.1.1.0
-  tag:      v0.1.1.0
+  location: http://github.com/ajnsit/luautils/tree/v0.1.1.1
+  tag:      v0.1.1.1
 
 Library
   hs-source-dirs:    src
@@ -30,4 +30,5 @@
                ,     monad-loops >= 0.3
                ,     containers >= 0.4 && < 5
                ,     custom-prelude >= 0.1
+               ,     text >= 0.11
   exposed-modules:   Scripting.LuaUtils
