Revert "[phylo] quality function reparameterized to have high levels for lambda-...
[gargantext.git] / src / Gargantext / Database / Admin / Bashql.hs
index 1f4fe09c023687988612f66a858bbd94cbe6cd22..9288d2475a4150a6f5968bd7c1beaf902b9df6ef 100644 (file)
@@ -60,9 +60,6 @@ TODO-ACCESS: should the checks be done here or before.
 
 -}
 
-{-# LANGUAGE NoImplicitPrelude #-}
-{-# LANGUAGE FlexibleContexts  #-}
-{-# LANGUAGE RankNTypes        #-}
 
 module Gargantext.Database.Admin.Bashql () {-( get
                                   , ls
@@ -80,11 +77,13 @@ module Gargantext.Database.Admin.Bashql () {-( get
 import Control.Monad.Reader -- (Reader, ask)
 import Data.Text (Text)
 import Data.List (concat, last)
+
 import Gargantext.Core.Types
-import Gargantext.Database.Admin.Utils (runOpaQuery, Cmd)
-import Gargantext.Database.Schema.Node
+import Gargantext.Database.Admin.Types.Hyperdata (HyperdataAny)
+import Gargantext.Database.Prelude (runOpaQuery, Cmd)
 import Gargantext.Database.Query.Table.Node
 import qualified Gargantext.Database.Query.Table.Node.Update as U (Update(..), update)
+import Gargantext.Database.Schema.Node
 import Gargantext.Prelude