summaryrefslogtreecommitdiff
path: root/Utility/Mounts.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/Mounts.hsc')
-rw-r--r--Utility/Mounts.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Mounts.hsc b/Utility/Mounts.hsc
index 6bcb03f2c..4994c5e18 100644
--- a/Utility/Mounts.hsc
+++ b/Utility/Mounts.hsc
@@ -30,7 +30,7 @@ data Mntent = Mntent
{ mnt_fsname :: String
, mnt_dir :: String
, mnt_type :: String
- } deriving (Read, Show, Eq)
+ } deriving (Read, Show, Eq, Ord)
getMounts :: IO [Mntent]
getMounts = do