Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
148
Issues
148
List
Board
Labels
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
4f3320e1
Commit
4f3320e1
authored
Aug 26, 2020
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[REFACT] Ext -> Core (temp)
parent
cf1206df
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
IMT.hs
src/Gargantext/Core/Ext/IMT.hs
+1
-1
IMTUser.hs
src/Gargantext/Core/Ext/IMTUser.hs
+2
-2
Flow.hs
src/Gargantext/Database/Action/Flow.hs
+2
-2
No files found.
src/Gargantext/Ext/IMT.hs
→
src/Gargantext/
Core/
Ext/IMT.hs
View file @
4f3320e1
...
@@ -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
)
...
...
src/Gargantext/Ext/IMTUser.hs
→
src/Gargantext/
Core/
Ext/IMTUser.hs
View file @
4f3320e1
{-|
{-|
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
...
...
src/Gargantext/Database/Action/Flow.hs
View file @
4f3320e1
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment