diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -1,5 +1,9 @@
 # Burrito
 
+[![][travis badge]][travis]
+[![][hackage badge]][hackage]
+[![][stackage badge]][stackage]
+
 Burrito is a Haskell library for parsing and rendering URI templates.
 
 According to [RFC 6570](https://tools.ietf.org/html/rfc6570): "A URI Template
@@ -15,3 +19,10 @@
 
 Although Burrito is primarily intended to be used with HTTP and HTTPS URIs, it
 should work with other schemes as well.
+
+[travis badge]: https://travis-ci.org/tfausak/burrito.svg?branch=master
+[travis]: https://travis-ci.org/tfausak/burrito
+[hackage badge]: https://img.shields.io/hackage/v/burrito
+[hackage]: https://hackage.haskell.org/package/burrito
+[stackage badge]: https://www.stackage.org/package/burrito/badge/nightly?label=stackage
+[stackage]: https://www.stackage.org/package/burrito
diff --git a/burrito.cabal b/burrito.cabal
--- a/burrito.cabal
+++ b/burrito.cabal
@@ -1,5 +1,5 @@
 name: burrito
-version: 1.0.0.0
+version: 1.0.0.1
 
 synopsis: Parse and render URI templates.
 description:
@@ -26,6 +26,10 @@
 license-file: LICENSE.markdown
 license: ISC
 maintainer: Taylor Fausak
+
+source-repository head
+  location: https://github.com/tfausak/burrito
+  type: git
 
 library
   build-depends:
