diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,13 @@
 Changes
 =======
 
+Version 0.1.1.1
+---------------
+
+Fix a [compilation issue][1] related to static linkage.
+
+[1]: https://github.com/haskell/cabal/issues/1266#issuecomment-26998689
+
 Version 0.1.1
 -------------
 
diff --git a/traverse-with-class.cabal b/traverse-with-class.cabal
--- a/traverse-with-class.cabal
+++ b/traverse-with-class.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                traverse-with-class
-version:             0.1.1
+version:             0.1.1.1
 synopsis:            Generic applicative traversals
 description:         This is a generic programming library in the spirit of
                      \"Scrap your boilerplate with class\", but with several
@@ -31,3 +31,4 @@
                        Data.Generics.Traversable.Instances
   build-depends:       base == 4.*, transformers, template-haskell
   default-language:    Haskell2010
+  other-extensions:    TemplateHaskell
