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
195
Issues
195
List
Board
Labels
Milestones
Merge Requests
12
Merge Requests
12
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
193441d0
Commit
193441d0
authored
Mar 23, 2021
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[refactoring] small fixes for imports, garg ini
parent
285bb18d
Pipeline
#1423
canceled with stage
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
10 deletions
+6
-10
Main.hs
bin/gargantext-phylo/Main.hs
+1
-3
Main.hs
bin/gargantext-upgrade/Main.hs
+0
-4
gargantext.ini_toModify
gargantext.ini_toModify
+2
-0
shell.nix
shell.nix
+3
-3
No files found.
bin/gargantext-phylo/Main.hs
View file @
193441d0
...
@@ -18,15 +18,13 @@ Phylo binaries
...
@@ -18,15 +18,13 @@ Phylo binaries
module
Main
where
module
Main
where
import
Control.Concurrent.Async
as
CCA
(
mapConcurrently
)
import
Control.Concurrent.Async
as
CCA
(
mapConcurrently
)
import
Control.Monad
(
mapM
)
import
Data.Aeson
import
Data.Aeson
import
Data.List
((
++
),
concat
)
import
Data.List
((
++
),
concat
)
import
Data.Maybe
import
Data.Maybe
import
Data.Text
(
Text
,
unwords
,
unlines
)
import
Data.Text
(
Text
,
unwords
)
import
GHC.Generics
import
GHC.Generics
import
GHC.IO
(
FilePath
)
import
GHC.IO
(
FilePath
)
import
Gargantext.Database.Admin.Types.Hyperdata
import
Gargantext.Database.Admin.Types.Hyperdata
import
Gargantext.Database.Admin.Types.Node
import
Gargantext.Prelude
import
Gargantext.Prelude
import
Gargantext.Core.Text.Context
(
TermList
)
import
Gargantext.Core.Text.Context
(
TermList
)
import
Gargantext.Core.Text.Corpus.Parsers
(
FileFormat
(
..
),
parseFile
)
import
Gargantext.Core.Text.Corpus.Parsers
(
FileFormat
(
..
),
parseFile
)
...
...
bin/gargantext-upgrade/Main.hs
View file @
193441d0
...
@@ -19,9 +19,6 @@ import Gargantext.API.Admin.EnvTypes (DevEnv)
...
@@ -19,9 +19,6 @@ import Gargantext.API.Admin.EnvTypes (DevEnv)
import
Gargantext.API.Dev
(
withDevEnv
,
runCmdDev
)
import
Gargantext.API.Dev
(
withDevEnv
,
runCmdDev
)
import
Gargantext.API.Prelude
(
GargError
)
import
Gargantext.API.Prelude
(
GargError
)
import
Gargantext.API.Node
()
-- instances only
import
Gargantext.API.Node
()
-- instances only
import
Gargantext.Database.Admin.Types.Node
import
Gargantext.Database.Admin.Types.Hyperdata
import
Gargantext.Database.Query.Table.Node.UpdateOpaleye
import
Gargantext.Database.Prelude
(
Cmd
''
,
)
import
Gargantext.Database.Prelude
(
Cmd
''
,
)
import
Gargantext.Prelude
import
Gargantext.Prelude
import
System.Environment
(
getArgs
)
import
System.Environment
(
getArgs
)
...
@@ -29,7 +26,6 @@ import Prelude (getLine)
...
@@ -29,7 +26,6 @@ import Prelude (getLine)
-- | PosTag
-- | PosTag
import
Gargantext.Database.Action.Flow
(
indexAllDocumentsWithPosTag
)
import
Gargantext.Database.Action.Flow
(
indexAllDocumentsWithPosTag
)
import
Gargantext.Database.Query.Table.NgramsPostag
(
createTable_NgramsPostag
)
main
::
IO
()
main
::
IO
()
main
=
do
main
=
do
...
...
gargantext.ini_toModify
View file @
193441d0
...
@@ -26,7 +26,9 @@ REPO_FILEPATH = FILEPATH_TO_CHANGE
...
@@ -26,7 +26,9 @@ REPO_FILEPATH = FILEPATH_TO_CHANGE
# [external]
# [external]
# FRAMES (i.e. iframe sources used in various places on the frontend)
# FRAMES (i.e. iframe sources used in various places on the frontend)
#FRAME_WRITE_URL = http://write.frame.gargantext.org/
FRAME_WRITE_URL = URL_TO_CHANGE
FRAME_WRITE_URL = URL_TO_CHANGE
#FRAME_CALC_URL = http://calc.frame.gargantext.org/
FRAME_CALC_URL = URL_TO_CHANGE
FRAME_CALC_URL = URL_TO_CHANGE
FRAME_SEARX_URL = URL_TO_CHANGE
FRAME_SEARX_URL = URL_TO_CHANGE
...
...
shell.nix
View file @
193441d0
...
@@ -6,12 +6,12 @@ pkgs.mkShell {
...
@@ -6,12 +6,12 @@ pkgs.mkShell {
#glibc
#glibc
#gmp
#gmp
#gsl
#gsl
haskell-language-server
#
haskell-language-server
#igraph
#igraph
lorri
#
lorri
#pcre
#pcre
#postgresql
#postgresql
stack
#
stack
#xz
#xz
];
];
}
}
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