diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -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
diff --git a/sizes.cabal b/sizes.cabal
--- a/sizes.cabal
+++ b/sizes.cabal
@@ -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
