diff --git a/hcltest.cabal b/hcltest.cabal
--- a/hcltest.cabal
+++ b/hcltest.cabal
@@ -1,5 +1,5 @@
 name: hcltest
-version: 0.3.5
+version: 0.3.6
 cabal-version: >=1.10
 build-type: Custom
 license: BSD3
@@ -20,16 +20,16 @@
     .travis.yml
     .vim.custom
     README.md
- 
+
 source-repository head
     type: git
     location: git://github.com/bennofs/hcltest.git
- 
+
 library
     build-depends:
         base >=4.5.1.0 && <4.8,
         bytestring >=0.9.2.1 && <0.11,
-        text >=0.11.2.3 && <1.2,
+        text >=0.11.2.3 && <1.3,
         free >=4.5 && <4.10,
         process >=1.1.0.1 && <1.3,
         filepath >=1.3.0.0 && <1.4,
@@ -61,6 +61,7 @@
     default-language: Haskell2010
     hs-source-dirs: src
     ghc-options: -Wall
+    other-extensions: TemplateHaskell
  
 test-suite doctests
     build-depends:
@@ -78,4 +79,5 @@
     default-language: Haskell2010
     hs-source-dirs: tests
     ghc-options: -Wall -threaded
+    other-extensions: TemplateHaskell
  
