diff options
Diffstat (limited to 'src/Util.hs')
| -rw-r--r-- | src/Util.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Util.hs b/src/Util.hs index 95cc4ce..4c09705 100644 --- a/src/Util.hs +++ b/src/Util.hs @@ -25,7 +25,7 @@ data YMD = YMD {-# UNPACK #-} !Int data HMS = HMS {-# UNPACK #-} !Word8 {-# UNPACK #-} !Word8 {-# UNPACK #-} !Word8 - deriving (Show) + deriving (Show, Eq, Ord) pad :: Show a => Char -> Int -> a -> String pad c w val = |
