diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# `dhall-text 1.0.2`
+# `dhall-text 1.0.3`
 
 This `dhall-text` package provides a `dhall-to-text` executable which you can
 use to template text using the Dhall configuration language.
diff --git a/dhall-text.cabal b/dhall-text.cabal
--- a/dhall-text.cabal
+++ b/dhall-text.cabal
@@ -1,5 +1,5 @@
 Name: dhall-text
-Version: 1.0.2
+Version: 1.0.3
 Cabal-Version: >=1.8.0.2
 Build-Type: Simple
 Tested-With: GHC == 7.10.2, GHC == 8.0.1
@@ -25,7 +25,7 @@
     Main-Is: Main.hs
     Build-Depends:
         base             >= 4.8.0.0  && < 5  ,
-        dhall            >= 1.4.2    && < 1.7,
+        dhall            >= 1.4.2    && < 1.8,
         optparse-generic >= 1.1.1    && < 1.3,
         text             >= 0.11.1.0 && < 1.3
     GHC-Options: -Wall
