summaryrefslogtreecommitdiff
path: root/bragi
diff options
context:
space:
mode:
Diffstat (limited to 'bragi')
-rwxr-xr-xbragi/bar.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/bragi/bar.hs b/bragi/bar.hs
index 1cf10fdf..40548f37 100755
--- a/bragi/bar.hs
+++ b/bragi/bar.hs
@@ -65,6 +65,7 @@ instance Ord Item where
65 x `compare` y = mconcat 65 x `compare` y = mconcat
66 [ (isNothing $ itemOpened x) `compare` (isNothing $ itemOpened y) 66 [ (isNothing $ itemOpened x) `compare` (isNothing $ itemOpened y)
67 , itemOpened x `compare` itemOpened y 67 , itemOpened x `compare` itemOpened y
68 , (isNothing $ itemExpires x) `compare` (isNothing $ itemExpires y)
68 , itemExpires x `compare` itemExpires x 69 , itemExpires x `compare` itemExpires x
69 , itemKind x `compare` itemKind x 70 , itemKind x `compare` itemKind x
70 , itemBought x `compare` itemBought x 71 , itemBought x `compare` itemBought x