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
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
Christian Merten
haskell-gargantext
Commits
0c970913
Commit
0c970913
authored
Sep 08, 2020
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Plain Diff
[FIX] merge with current dev
parents
a2a48b8c
f003143f
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
150 additions
and
61 deletions
+150
-61
Ngrams.hs
src/Gargantext/API/Ngrams.hs
+141
-57
List.hs
src/Gargantext/API/Ngrams/List.hs
+1
-0
Types.hs
src/Gargantext/Database/Action/Flow/Types.hs
+2
-0
stack.yaml
stack.yaml
+6
-4
No files found.
src/Gargantext/API/Ngrams.hs
View file @
0c970913
This diff is collapsed.
Click to expand it.
src/Gargantext/API/Ngrams/List.hs
View file @
0c970913
...
...
@@ -74,6 +74,7 @@ get' lId = fromList
------------------------------------------------------------------------
-- TODO : purge list
-- TODO talk
post
::
FlowCmdM
env
err
m
=>
ListId
->
NgramsList
...
...
src/Gargantext/Database/Action/Flow/Types.hs
View file @
0c970913
...
...
@@ -20,6 +20,7 @@ module Gargantext.Database.Action.Flow.Types
where
import
Data.Aeson
(
ToJSON
)
import
Gargantext.Core.Types
(
HasInvalidError
)
import
Gargantext.Core.Flow.Types
import
Gargantext.Core.Text
import
Gargantext.Core.Text.Terms
...
...
@@ -32,6 +33,7 @@ type FlowCmdM env err m =
(
CmdM
env
err
m
,
RepoCmdM
env
err
m
,
HasNodeError
err
,
HasInvalidError
err
,
HasRepoVar
env
)
...
...
stack.yaml
View file @
0c970913
...
...
@@ -3,6 +3,8 @@ flags: {}
extra-package-dbs
:
[]
packages
:
-
.
-
'
deps/patches-class'
-
'
deps/patches-map'
#- 'deps/servant-job'
#- 'deps/clustering-louvain'
...
...
@@ -42,16 +44,16 @@ extra-deps:
-
git
:
https://gitlab.iscpif.fr/gargantext/crawlers/isidore.git
commit
:
3db385e767d2100d8abe900833c6e7de3ac55e1b
#
-
git
:
https://gitlab.iscpif.fr/gargantext/patches-class
commit
:
746b4ce0af8f9e600d555ad7e5b2973a940cdad9
#
- git: https://gitlab.iscpif.fr/gargantext/patches-class
#
commit: 746b4ce0af8f9e600d555ad7e5b2973a940cdad9
#- git: https://github.com/delanoe/servant-job.git
#commit: 7a7b7100e6d132adb4c11b25b2128e6309690ac0
-
git
:
https://github.com/np/servant-job.git
commit
:
6487744c322baaa9229fdabd321a878a5b363c61
-
git
:
https://gitlab.iscpif.fr/gargantext/clustering-louvain.git
commit
:
7d74f96dfea8e51fbab1793cc0429b2fe741f73d
-
git
:
https://github.com/np/patches-map
commit
:
8c6f38c4844ead53e664cf9c82ba461715dbe445
#
- git: https://github.com/np/patches-map
#
commit: 8c6f38c4844ead53e664cf9c82ba461715dbe445
-
git
:
https://github.com/delanoe/haskell-opaleye.git
#- opaleye-0.6.7002.0
commit
:
63ee65d974e9d20eaaf17a2e83652175988cbb79
-
git
:
https://github.com/delanoe/hsparql.git
...
...
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