[CLEAN] renaming unexplicit fun
[gargantext.git] / src / Gargantext / Database / Schema / User.hs
index 593386f24b567a4372682a9c3c9a8b6cf290bb02..34e27a891e10219ea1479eea414bbe1ee90fc85d 100644 (file)
@@ -13,17 +13,14 @@ Functions to deal with users, database side.
 {-# OPTIONS_GHC -fno-warn-name-shadowing #-}
 {-# OPTIONS_GHC -fno-warn-orphans        #-}
 
-{-# LANGUAGE TemplateHaskell             #-}
 {-# LANGUAGE FunctionalDependencies      #-}
 {-# LANGUAGE Arrows                      #-}
 {-# LANGUAGE TemplateHaskell            #-}
 
 module Gargantext.Database.Schema.User where
 
-import Data.Maybe (Maybe)
 import Data.Text (Text)
 import Data.Time (UTCTime)
-import GHC.Show(Show(..))
 import Gargantext.Prelude
 import GHC.Generics (Generic)
 import Database.PostgreSQL.Simple.FromField (FromField, fromField)