Commit 4f3320e1 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[REFACT] Ext -> Core (temp)

parent cf1206df
...@@ -9,7 +9,7 @@ Portability : POSIX ...@@ -9,7 +9,7 @@ Portability : POSIX
-} -}
module Gargantext.Ext.IMT where module Gargantext.Core.Ext.IMT where
import Gargantext.Prelude import Gargantext.Prelude
import Data.Text (Text, splitOn) import Data.Text (Text, splitOn)
......
{-| {-|
Module : Gargantext.Ext.IMTUser Module : Gargantext.Core.Ext.IMTUser
Description : Interface to get IMT users Description : Interface to get IMT users
Copyright : (c) CNRS, 2017-Present Copyright : (c) CNRS, 2017-Present
License : AGPL + CECILL v3 License : AGPL + CECILL v3
...@@ -13,7 +13,7 @@ Here is writtent a common interface. ...@@ -13,7 +13,7 @@ Here is writtent a common interface.
-} -}
module Gargantext.Ext.IMTUser (deserialiseImtUsersFromFile) module Gargantext.Core.Ext.IMTUser (deserialiseImtUsersFromFile)
where where
import Codec.Serialise import Codec.Serialise
......
...@@ -78,9 +78,9 @@ import Gargantext.Database.Prelude ...@@ -78,9 +78,9 @@ import Gargantext.Database.Prelude
import Gargantext.Database.Query.Table.Ngrams import Gargantext.Database.Query.Table.Ngrams
import Gargantext.Database.Query.Table.NodeNgrams (listInsertDb , getCgramsId) import Gargantext.Database.Query.Table.NodeNgrams (listInsertDb , getCgramsId)
import Gargantext.Database.Query.Table.NodeNodeNgrams2 import Gargantext.Database.Query.Table.NodeNodeNgrams2
import Gargantext.Ext.IMT (toSchoolName) import Gargantext.Core.Ext.IMT (toSchoolName)
import Gargantext.Core.Utils.Prefix (unPrefix, unPrefixSwagger) import Gargantext.Core.Utils.Prefix (unPrefix, unPrefixSwagger)
import Gargantext.Ext.IMTUser (deserialiseImtUsersFromFile) import Gargantext.Core.Ext.IMTUser (deserialiseImtUsersFromFile)
import Gargantext.Core.Text import Gargantext.Core.Text
import Gargantext.Prelude import Gargantext.Prelude
import Gargantext.Core.Text.Corpus.Parsers (parseFile, FileFormat) import Gargantext.Core.Text.Corpus.Parsers (parseFile, FileFormat)
......
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