diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+[![Build Status](https://travis-ci.org/Copilot-Language/copilot-cbmc.svg?branch=master)](https://travis-ci.org/Copilot-Language/copilot-cbmc)
+
 Overview
 ========
 [copilot-cbmc](http://hackage.haskell.org/package/copilot-cbmc) A tool to
diff --git a/copilot-cbmc.cabal b/copilot-cbmc.cabal
--- a/copilot-cbmc.cabal
+++ b/copilot-cbmc.cabal
@@ -1,6 +1,6 @@
 cabal-version             : >= 1.10
 name                      : copilot-cbmc
-version                   : 2.1.2
+version                   : 2.2.0
 synopsis                  : Copilot interface to a C model-checker.
 description               :
   Depends on CBMC <http://www.cprover.org/cbmc/>.  Generates a driver to prove
@@ -35,7 +35,7 @@
   default-language        : Haskell2010
   hs-source-dirs          : src
   ghc-options             : -Wall -fwarn-tabs
-  ghc-prof-options        : -auto-all -caf-all
+--  ghc-prof-options        : -auto-all -caf-all
 
   build-depends           : base >= 4.0 && < 5.0
                           , bytestring >= 0.9
