diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+# simple-download
+
+[![Build Status](https://travis-ci.org/TerrorJack/simple-download.svg)](https://travis-ci.org/TerrorJack/simple-download)
+[![Build status](https://ci.appveyor.com/api/projects/status/github/TerrorJack/simple-download?svg=true)](https://ci.appveyor.com/project/TerrorJack/simple-download)
+
+A simple wrapper of `http-conduit` for file download. It relies on `tls` instead of `HsOpenSSL` for HTTPS support, so portability is improved.
diff --git a/simple-download.cabal b/simple-download.cabal
--- a/simple-download.cabal
+++ b/simple-download.cabal
@@ -3,17 +3,20 @@
 -- see: https://github.com/sol/hpack
 
 name:           simple-download
-version:        0.0.1
+version:        0.0.2
 synopsis:       A simple wrapper of http-conduit for file download.
 category:       Web
 homepage:       https://github.com/TerrorJack/simple-download#readme
 bug-reports:    https://github.com/TerrorJack/simple-download/issues
-author:         Shao Cheng <astrohavoc@gmail.com>
+maintainer:     Shao Cheng <astrohavoc@gmail.com>
 copyright:      (c) 2016 Shao Cheng
 license:        BSD3
 license-file:   LICENSE
 build-type:     Simple
 cabal-version:  >= 1.10
+
+extra-source-files:
+    README.md
 
 source-repository head
   type: git
