packages feed

sizes 2.4.0 → 2.4.1

raw patch · 2 files changed

+4/−4 lines, 2 files

Files

Main.hs view
@@ -36,10 +36,10 @@ default (Integer, Text)  version :: String-version = "2.4.0"+version = "2.4.1"  copyright :: String-copyright = "2024"+copyright = "2025"  sizesSummary :: String sizesSummary = "sizes v" ++ version ++ ", (C) John Wiegley " ++ copyright@@ -196,7 +196,7 @@       catch (go =<< if curDepth == 0                     then getFileStatus path'                     else getSymbolicLinkStatus path')-            (\e -> do putStrLn $ path' ++ ": " ++ show (e :: IOException)+            (\e -> do putStrLn $ path' ++ ": " ++ Prelude.show (e :: IOException)                       returnEmpty path)   where     pathT = toTextIgnore path
sizes.cabal view
@@ -1,6 +1,6 @@ Name: sizes -Version:  2.4.0+Version:  2.4.1 Synopsis: Recursively show space (size and i-nodes) used in subdirectories  Description: Recursively show space (size and i-nodes) used in subdirectories