diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,1 +1,6 @@
 # fmt-terminal-colors
+
+![Hackage](https://img.shields.io/hackage/v/fmt-terminal-colors.svg)
+![Hackage-Deps](https://img.shields.io/hackage-deps/v/fmt-terminal-colors.svg)
+
+Extra formatters for [fmt](http://hackage.haskell.org/package/fmt) formatting library for colorful terminal output.
diff --git a/fmt-terminal-colors.cabal b/fmt-terminal-colors.cabal
--- a/fmt-terminal-colors.cabal
+++ b/fmt-terminal-colors.cabal
@@ -2,12 +2,12 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 6ca1d6265e15072bd60cf9dcd355667b3c9941e533f9db24da4a5fb4a9e190b8
+-- hash: fd0f52a7c79c7265131e807c1d0f590f4ab9c2d2eff37f602f0b21d1c664e0fa
 
 name:           fmt-terminal-colors
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       ANSI terminal colors formatters for fmt library
-description:    Please see the README on GitHub at <https://github.com/kfigiela/fmt-terminal-colors#readme>
+description:    Extra formatters for fmt formatting library for colorful terminal output.
 category:       Text
 homepage:       https://github.com/kfigiela/fmt-terminal-colors#readme
 bug-reports:    https://github.com/kfigiela/fmt-terminal-colors/issues
diff --git a/src/Fmt/Terminal.hs b/src/Fmt/Terminal.hs
--- a/src/Fmt/Terminal.hs
+++ b/src/Fmt/Terminal.hs
@@ -5,6 +5,7 @@
     ) where
 
 import           Fmt                       (Buildable, Builder, build)
+import           Data.Monoid               ((<>))
 import qualified System.Console.ANSI       as ANSI
 import           System.Console.ANSI.Types as ANSIColors (Color (..))
 
