Commit 6214d9e9 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] warnings

parent fd7f74c2
Pipeline #1450 canceled with stage
...@@ -12,7 +12,6 @@ Portability : POSIX ...@@ -12,7 +12,6 @@ Portability : POSIX
module Gargantext.Prelude.Clock module Gargantext.Prelude.Clock
where where
import Data.Aeson (ToJSON, toJSON)
import Formatting.Clock (timeSpecs) import Formatting.Clock (timeSpecs)
import Formatting.Internal (Format(..)) import Formatting.Internal (Format(..))
import Gargantext.Prelude import Gargantext.Prelude
......
...@@ -17,13 +17,11 @@ module Gargantext.Prelude.GargDB ...@@ -17,13 +17,11 @@ module Gargantext.Prelude.GargDB
import Control.Exception import Control.Exception
import Control.Lens (view) import Control.Lens (view)
import Control.Monad.Random.Class (MonadRandom)
import Control.Monad.Reader (MonadReader) import Control.Monad.Reader (MonadReader)
import Data.Aeson (ToJSON, toJSON) import Data.Aeson (ToJSON, toJSON)
import Data.Text (Text) import Data.Text (Text)
import Data.Tuple.Extra (both) import Data.Tuple.Extra (both)
import GHC.IO (FilePath) import GHC.IO (FilePath)
import Gargantext.Database.Admin.Types.Node (NodeId, NodeType)
import Gargantext.Database.Prelude (HasConfig(..)) import Gargantext.Database.Prelude (HasConfig(..))
import Gargantext.Prelude import Gargantext.Prelude
import Gargantext.Prelude.Config import Gargantext.Prelude.Config
...@@ -33,7 +31,6 @@ import System.IO.Error ...@@ -33,7 +31,6 @@ import System.IO.Error
import System.Random (newStdGen) import System.Random (newStdGen)
import qualified Data.Text as Text import qualified Data.Text as Text
import qualified System.Directory as SD import qualified System.Directory as SD
import qualified System.Random.Shuffle as SRS
------------------------------------------------------------------- -------------------------------------------------------------------
-- | Main Class to use (just declare needed functions) -- | Main Class to use (just declare needed functions)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment