summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Utility/Mounts.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Mounts.hsc b/Utility/Mounts.hsc
index ad4adf334..97954705c 100644
--- a/Utility/Mounts.hsc
+++ b/Utility/Mounts.hsc
@@ -34,7 +34,7 @@ data Mntent = Mntent
{ mnt_fsname :: String
, mnt_dir :: FilePath
, mnt_type :: String
- } deriving (Read, Show, Eq, Ord)
+ } deriving (Show, Eq, Ord)
#ifndef __ANDROID__