diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
-
+0.1.6
+*Bounds for 7.6.3
+0.1.5
+* updating for 7.11...
 0.1.4
 * Initial public version
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2014, Marcin Tolysz
+Copyright (c) 2014-15, Marcin Tolysz
 
 All rights reserved.
 
diff --git a/rawstring-qm.cabal b/rawstring-qm.cabal
--- a/rawstring-qm.cabal
+++ b/rawstring-qm.cabal
@@ -1,8 +1,5 @@
--- Initial rawstring-qm.cabal generated by cabal init.  For further 
--- documentation, see http://haskell.org/cabal/users-guide/
-
 name:                rawstring-qm
-version:             0.1.5
+version:             0.1.6
 cabal-version:       >=1.10
 synopsis:            Simple raw string quotation and dictionary interpolation
 description:         Supply a couple of usefull QuasiQuotes so we can use functions to lookup values
@@ -12,7 +9,7 @@
 license-file:        LICENSE
 author:              Marcin Tolysz
 maintainer:          tolysz@gmail.com
--- copyright:           
+copyright:           ©2014-15 Marcin Tolysz
 category:            Text
 build-type:          Simple
 extra-source-files:  CHANGES
@@ -21,15 +18,13 @@
   type: git
   location: https://github.com/tolysz/rawstring-qm.git
 
-
-
 library
       exposed-modules:     Data.String.QM
                      ,     Data.Text.ToText
       
   -- other-modules:       
   -- other-extensions:    
-  build-depends:       base >=4.7 && <4.8
+  build-depends:       base >4.6 && <4.9
                ,       text
                ,       template-haskell
                ,       bytestring
