diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,10 @@
 # Revision history for hslua-module-text
 
+## 0.1.1  -- 2017-11-16
+
+* Lift restriction on base to allow GHC 7.8.
+
+
 ## 0.1  -- 2017-11-15
 
 * First version. Released on an unsuspecting world.
diff --git a/hslua-module-text.cabal b/hslua-module-text.cabal
--- a/hslua-module-text.cabal
+++ b/hslua-module-text.cabal
@@ -1,8 +1,8 @@
 name:                hslua-module-text
-version:             0.1
+version:             0.1.1
 synopsis:            Lua module for text
 description:         UTF-8 aware subset of Lua's `string` module.
-homepage:            https://github.com/hslua/hslua-text-module
+homepage:            https://github.com/hslua/hslua-module-test
 license:             MIT
 license-file:        LICENSE
 author:              Albert Krewinkel
@@ -19,7 +19,7 @@
 
 library
   exposed-modules:     Foreign.Lua.Module.Text
-  build-depends:       base  >= 4.8 && < 4.11
+  build-depends:       base  >= 4.7 && < 4.11
                      , hslua >= 0.9 && < 0.10
                      , text  >= 1   && < 1.3
   hs-source-dirs:      src
