diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## Stache 1.1.2
+
+* Fixed compilation of the test suite with Cabal 2.0/GHC 8.2.1.
+
 ## Stache 1.1.1
 
 * Exported `mustacheRenderW`, `MustacheWarning`, and
diff --git a/stache.cabal b/stache.cabal
--- a/stache.cabal
+++ b/stache.cabal
@@ -1,5 +1,5 @@
 name:                 stache
-version:              1.1.1
+version:              1.1.2
 cabal-version:        >= 1.18
 tested-with:          GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.1
 license:              BSD3
@@ -68,6 +68,7 @@
                     , hspec-megaparsec >= 1.0  && < 2.0
                     , megaparsec       >= 6.0  && < 7.0
                     , stache
+                    , template-haskell >= 2.10 && < 2.13
                     , text             >= 1.2  && < 1.3
   other-modules:      Text.Mustache.Compile.THSpec
                     , Text.Mustache.ParserSpec
