diff --git a/Shelly/Find.hs b/Shelly/Find.hs
--- a/Shelly/Find.hs
+++ b/Shelly/Find.hs
@@ -69,5 +69,6 @@
       sym   <- liftIO $ fmap isSymbolicLink $ getSymbolicLinkStatus (unpack absolutePath)
       newAcc <- folder acc relativePath
       if isDir && not sym
-        then findFold folder newAcc relativePath
+        then findFoldDirFilter folder newAcc 
+                dirFilter relativePath
         else return newAcc
diff --git a/shelly.cabal b/shelly.cabal
--- a/shelly.cabal
+++ b/shelly.cabal
@@ -1,6 +1,6 @@
 Name:       shelly
 
-Version:     0.14.2
+Version:     0.14.2.1
 Synopsis:    shell-like (systems) programming in Haskell
 
 Description: Shelly provides convenient systems programming in Haskell,
