diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+1.16.1
+
+* Fix test failure due to missing test data file
+
 1.16.0
 
 * BREAKING CHANGE: Consolidate `input` family of functions
diff --git a/dhall.cabal b/dhall.cabal
--- a/dhall.cabal
+++ b/dhall.cabal
@@ -1,5 +1,5 @@
 Name: dhall
-Version: 1.16.0
+Version: 1.16.1
 Cabal-Version: >=1.10
 Build-Type: Simple
 Tested-With: GHC == 8.0.1
@@ -153,6 +153,7 @@
     tests/typecheck/*.dhall
     tests/typecheck/examples/Monoid/*.dhall
     tests/import/*.dhall
+    tests/import/data/foo/bar/a.dhall
     benchmark/examples/*.dhall
     benchmark/deep-nested-large-record/*.dhall
 
diff --git a/tests/import/data/foo/bar/a.dhall b/tests/import/data/foo/bar/a.dhall
new file mode 100644
--- /dev/null
+++ b/tests/import/data/foo/bar/a.dhall
@@ -0,0 +1,1 @@
+42
