shelly 0.14.2 → 0.14.2.1
raw patch · 2 files changed
+3/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Shelly/Find.hs +2/−1
- shelly.cabal +1/−1
Shelly/Find.hs view
@@ -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
shelly.cabal view
@@ -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,