sourcephile
/
git
/
gargantext.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[FEAT] Adding Visio micro-service (Jitsi)
[gargantext.git]
/
src
/
Gargantext
/
Prelude
/
Crypto
/
Hash.hs
diff --git
a/src/Gargantext/Prelude/Crypto/Hash.hs
b/src/Gargantext/Prelude/Crypto/Hash.hs
index f789a3da1d2c8352c0e62ae87b605213f53e3db3..7f314447a6db32cd92bacce858c92d378c9bbd1e 100644
(file)
--- a/
src/Gargantext/Prelude/Crypto/Hash.hs
+++ b/
src/Gargantext/Prelude/Crypto/Hash.hs
@@
-45,6
+45,7
@@
instance {-# OVERLAPPING #-} IsHashable String where
instance IsHashable Text where
hash = hash . Text.unpack
+
instance IsHashable (Set Hash) where
hash = hash . foldl (<>) "" . Set.toList