diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+[![Build Status](https://travis-ci.org/Noeda/caramia.svg?branch=master)](https://travis-ci.org/Noeda/caramia)
+
 This is an OpenGL bindings library for real-time graphics for Haskell, using
 OpenGL 3.3.
 
diff --git a/caramia.cabal b/caramia.cabal
--- a/caramia.cabal
+++ b/caramia.cabal
@@ -1,6 +1,6 @@
 name:                caramia
-version:             0.2.0.0
-synopsis:            Caramia real-time hardware-accelerated rendering library
+version:             0.2.0.1
+synopsis:            Less painful OpenGL 3.3 rendering
 homepage:            https://github.com/Noeda/caramia/
 license:             MIT
 license-file:        LICENSE
@@ -20,6 +20,7 @@
     Requirements:
     .
         * GHC 7.6+
+    .
         * OpenGL 3.3 (and GL\_ARB\_texture\_storage) (on the system where programs are run)
     .
     You need to use `-threaded` flag in executables that use this library.
