diff --git a/tasty-th.cabal b/tasty-th.cabal
--- a/tasty-th.cabal
+++ b/tasty-th.cabal
@@ -1,5 +1,5 @@
 name: tasty-th
-version: 0.1.2
+version: 0.1.3
 cabal-version: >= 1.6
 build-type: Simple
 license: BSD3
@@ -16,7 +16,7 @@
   exposed-modules: Test.Tasty.TH
   build-depends: base >= 4 && < 5, tasty, language-haskell-extract >= 0.2, template-haskell
   hs-source-dirs: src
-
+  other-extensions: TemplateHaskell
 
 source-repository head
   type:     git
