diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 ChangeLog
 
+v0.1.1.2 2016/07/27
+	(2016/07/27) PS1 - relaxed package dependencies to accommodate
+	older versions of ghc and base.
+
 v0.1.1.1 2016/07/11
 	(2016/07/11) PS1 - updated package dependencies.
 
diff --git a/easyrender.cabal b/easyrender.cabal
--- a/easyrender.cabal
+++ b/easyrender.cabal
@@ -7,7 +7,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.1.1.1
+version:             0.1.1.2
 
 -- A short (one-line) description of the package.
 synopsis:            User-friendly creation of EPS, PostScript, and PDF files
@@ -83,5 +83,5 @@
   -- other-modules:       
   
   -- Other library packages from which modules are imported.
-  build-depends:       base >= 4.6 && < 5, zlib >=0.5, mtl >=2.1, bytestring >=0.10, containers >=0.5, superdoc >=0.1
+  build-depends:       base >= 4.5 && < 5, zlib >=0.5, mtl >=2.1, bytestring >=0.9, containers >=0.5, superdoc >=0.1
   
