diff --git a/shelltest.hs b/shelltest.hs
--- a/shelltest.hs
+++ b/shelltest.hs
@@ -37,8 +37,8 @@
 import Debug.Trace
 import System.Directory (doesDirectoryExist)
 import System.FilePath (takeDirectory)
-import System.FilePath.FindCompat (findWithHandler, (==?), always)
-import qualified System.FilePath.FindCompat as Find (extension)
+import System.FilePath.Find (findWithHandler, (==?), always)
+import qualified System.FilePath.Find as Find (extension)
 import Control.Applicative ((<$>))
 import Data.Algorithm.Diff
 import Distribution.PackageDescription.TH (packageVariable, package, pkgVersion)
diff --git a/shelltestrunner.cabal b/shelltestrunner.cabal
--- a/shelltestrunner.cabal
+++ b/shelltestrunner.cabal
@@ -1,6 +1,6 @@
 name:           shelltestrunner
 -- sync with README.md, ANNOUNCE:
-version:        1.2
+version:        1.2.1
 category:       Testing
 synopsis:       A tool for testing command-line programs.
 description:
@@ -29,7 +29,7 @@
   build-depends:
                  base                 >= 4     && < 5
                 ,cabal-file-th
-                ,FileManipCompat      >= 0.18  && < 0.19
+                ,filemanip            >= 0.3   && < 0.4
                 ,HUnit                            < 1.3
                 ,cmdargs              >= 0.7   && < 0.10
                 ,directory            >= 1.0
