diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,1 +1,3 @@
+[![Hackage](https://img.shields.io/hackage/v/writer-cps-morph.svg)](https://hackage.haskell.org/package/writer-cps-morph)
+[![Build Status](https://secure.travis-ci.org/louispan/writer-cps-morph.png?branch=master)](http://travis-ci.org/louispan/writer-cps-morph)
 MFunctor instance for CPS style WriterT and RWST
diff --git a/writer-cps-morph.cabal b/writer-cps-morph.cabal
--- a/writer-cps-morph.cabal
+++ b/writer-cps-morph.cabal
@@ -1,5 +1,5 @@
 name:                writer-cps-morph
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            MFunctor instance for CPS style WriterT and RWST
 description:         MFunctor instance for CPS style WriterT and RWST
 homepage:            https://github.com/louispan/writer-cps-morph#readme
@@ -8,7 +8,7 @@
 author:              Louis Pan
 maintainer:          louis@pan.me
 copyright:           2017 Louis Pan
-category:            Web
+category:            Control
 build-type:          Simple
 extra-source-files:  README.md
 cabal-version:       >=1.10
