[FIX] clean groups + handling duplicates (TODO inside)
[gargantext.git] / src / Gargantext / Prelude / Crypto / Hash.hs
index 631b25376a3875e101d1ada58abfb240f176fd31..7f314447a6db32cd92bacce858c92d378c9bbd1e 100644 (file)
@@ -16,7 +16,6 @@ module Gargantext.Prelude.Crypto.Hash
 
 import Prelude (String)
 import Data.Set (Set)
-import Data.List (foldl)
 import Data.Text (Text)
 import Gargantext.Prelude
 import qualified Data.ByteString.Lazy.Char8  as Char
@@ -46,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