diff --git a/HStringTemplateHelpers.cabal b/HStringTemplateHelpers.cabal
--- a/HStringTemplateHelpers.cabal
+++ b/HStringTemplateHelpers.cabal
@@ -1,5 +1,5 @@
 Name: HStringTemplateHelpers
-Version: 0.0.11
+Version: 0.0.14
 License: GPL
 License-file: gpl.txt
 Description: Convenience functions and instances for HStringTemplate. I will deprecate this package if its contents are integrated into HStringTemplate.
@@ -17,7 +17,7 @@
     Description: Choose the even newer, even smaller, split-up base package.
 
 Library
-  Build-Depends: base, HStringTemplate, filepath, directory, containers, HSH, mtl, safe, strict, FileManipCompat
+  Build-Depends: base, HStringTemplate, filepath, directory, containers, HSH, mtl, safe, strict, FileManipCompat >= 0.14
   if flag(base4)
       Build-Depends:       base >= 4 && < 5
   else
