diff options
Diffstat (limited to 'app/History')
-rw-r--r-- | app/History/CommitHash.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/History/CommitHash.hs b/app/History/CommitHash.hs index 3fcbb90..f1b8283 100644 --- a/app/History/CommitHash.hs +++ b/app/History/CommitHash.hs @@ -12,7 +12,7 @@ import GHC.Generics (Generic) data CommitHash = WorkingTree | Commit T.Text - deriving (Show, Binary, Generic) + deriving (Eq, Show, Binary, Generic) toShortText :: CommitHash -> T.Text toShortText WorkingTree = "<dirty>" |