diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,3 +1,8 @@
+[![Coverage Status](https://img.shields.io/coveralls/tolysz/typedquery.svg)](https://coveralls.io/r/tolysz/typedquery)
+[![Build Status](https://travis-ci.org/tolysz/typedquery.svg?branch=master)](https://travis-ci.org/tolysz/typedquery)
+[![Latest Version](https://img.shields.io/hackage/v/typedquery.svg)](https://hackage.haskell.org/package/typedquery)
+
+
 typedquery
 ==========
 
diff --git a/typedquery.cabal b/typedquery.cabal
--- a/typedquery.cabal
+++ b/typedquery.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                typedquery
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Parser for SQL augmented with types
 description:         Base package for parsing queries
 homepage:            https://github.com/tolysz/typedquery
@@ -10,7 +10,7 @@
 license-file:        LICENSE
 author:              Marcin Tolysz
 maintainer:          tolysz@gmail.com
--- copyright:           
+copyright:           ©2014-2015 Marcin Tolysz
 category:            Database
 build-type:          Simple
 extra-source-files:  README.md
@@ -30,7 +30,7 @@
     cpp-options: -DDEVELOPMENT
     build-depends: rawstring-qm
                  , haskell-src-exts
-  build-depends:       base >=4.7 && <4.8
+  build-depends:       base >=4.5 && < 5
                ,       template-haskell
                ,       haskell-src-meta
                ,       parsec
