Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Przemyslaw Kaminski
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
Changes
4
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
module
Main
where
import
Control.Concurrent.Async
as
CCA
(
mapConcurrently
)
import
Control.Monad
(
mapM
)
import
Data.Aeson
import
Data.List
((
++
),
concat
)
import
Data.Maybe
import
Data.Text
(
Text
,
unwords
,
unlines
)
import
Data.Text
(
Text
,
unwords
)
import
GHC.Generics
import
GHC.IO
(
FilePath
)
import
Gargantext.Database.Admin.Types.Hyperdata
import
Gargantext.Database.Admin.Types.Node
import
Gargantext.Prelude
import
Gargantext.Core.Text.Context
(
TermList
)
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)
import
Gargantext.API.Dev
(
withDevEnv
,
runCmdDev
)
import
Gargantext.API.Prelude
(
GargError
)
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.Prelude
import
System.Environment
(
getArgs
)
...
...
@@ -29,7 +26,6 @@ import Prelude (getLine)
-- | PosTag
import
Gargantext.Database.Action.Flow
(
indexAllDocumentsWithPosTag
)
import
Gargantext.Database.Query.Table.NgramsPostag
(
createTable_NgramsPostag
)
main
::
IO
()
main
=
do
...
...
gargantext.ini_toModify
View file @
193441d0
...
...
@@ -26,7 +26,9 @@ REPO_FILEPATH = FILEPATH_TO_CHANGE
# [external]
# 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_CALC_URL = http://calc.frame.gargantext.org/
FRAME_CALC_URL = URL_TO_CHANGE
FRAME_SEARX_URL = URL_TO_CHANGE
...
...
shell.nix
View file @
193441d0
...
...
@@ -6,12 +6,12 @@ pkgs.mkShell {
#glibc
#gmp
#gsl
haskell-language-server
#
haskell-language-server
#igraph
lorri
#
lorri
#pcre
#postgresql
stack
#
stack
#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