diff --git a/hslua-aeson.cabal b/hslua-aeson.cabal
--- a/hslua-aeson.cabal
+++ b/hslua-aeson.cabal
@@ -1,5 +1,5 @@
 name:                hslua-aeson
-version:             0.3.0
+version:             0.3.0.1
 synopsis:            Allow aeson data types to be used with lua.
 description:         This package provides instances to push and receive any
                      datatype encodable as JSON to and from the Lua stack.
@@ -25,7 +25,7 @@
   build-depends:       base                 >= 4.7     && < 5
                      , aeson                >= 0.11    && < 1.3
                      , hashable             >= 1.2     && < 1.3
-                     , hslua                >= 0.8     && < 0.9
+                     , hslua                >= 0.8     && < 0.10
                      , scientific           >= 0.3     && < 0.4
                      , text                 >= 1.1.1.0 && < 1.3
                      , unordered-containers >= 0.2     && < 0.3
