diff --git a/.travis.yml b/.travis.yml
new file mode 100644
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,1 @@
+language: haskell
diff --git a/profunctor-extras.cabal b/profunctor-extras.cabal
--- a/profunctor-extras.cabal
+++ b/profunctor-extras.cabal
@@ -1,6 +1,6 @@
 name:             profunctor-extras
 category:         Control, Categories
-version:          0.3.2.2
+version:          0.3.2.3
 license:          BSD3
 cabal-version:    >= 1.6
 license-file:     LICENSE
@@ -8,10 +8,12 @@
 maintainer:       Edward A. Kmett <ekmett@gmail.com>
 stability:        experimental
 homepage:         http://github.com/ekmett/profunctor-extras/
+bug-reports:      http://github.com/ekmett/profunctor-extras/issues
 copyright:        Copyright (C) 2011 Edward A. Kmett
 synopsis:         Profunctor extras
 description:      Profunctor extras
 build-type:       Simple
+extra-source-files: .travis.yml
 
 source-repository head
   type: git
