LIB: don't use show on String
This commit is contained in:
parent
2ae574688b
commit
3d15a66350
@ -96,8 +96,8 @@ instance Show FmIOException where
|
|||||||
show InvalidFileName = "Invalid file name!"
|
show InvalidFileName = "Invalid file name!"
|
||||||
show (Can'tOpenDirectory fp) = "Can't open directory: "
|
show (Can'tOpenDirectory fp) = "Can't open directory: "
|
||||||
++ P.fpToString fp
|
++ P.fpToString fp
|
||||||
show (CopyFailed str) = "Copying failed: " ++ show str
|
show (CopyFailed str) = "Copying failed: " ++ str
|
||||||
show (MoveFailed str) = "Moving failed: " ++ show str
|
show (MoveFailed str) = "Moving failed: " ++ str
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user