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
152
Issues
152
List
Board
Labels
Milestones
Merge Requests
9
Merge Requests
9
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
1d721ba3
Commit
1d721ba3
authored
Feb 28, 2022
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[BIN] gargantext-client config for stack
parent
1552563b
Pipeline
#2526
passed with stage
in 55 minutes and 53 seconds
Changes
7
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
58 additions
and
7 deletions
+58
-7
Auth.hs
bin/gargantext-client/Auth.hs
+2
-0
Core.hs
bin/gargantext-client/Core.hs
+2
-0
Main.hs
bin/gargantext-client/Main.hs
+3
-3
Options.hs
bin/gargantext-client/Options.hs
+2
-0
Script.hs
bin/gargantext-client/Script.hs
+4
-4
Tracking.hs
bin/gargantext-client/Tracking.hs
+1
-0
package.yaml
package.yaml
+44
-0
No files found.
bin/gargantext-client/Auth.hs
View file @
1d721ba3
module
Auth
where
import
Prelude
import
Data.Maybe
import
Core
import
Options
...
...
bin/gargantext-client/Core.hs
View file @
1d721ba3
module
Core
(
problem
,
whenVerbose
)
where
import
Prelude
import
Options
import
Options.Generic
...
...
bin/gargantext-client/Main.hs
View file @
1d721ba3
...
...
@@ -2,11 +2,11 @@ module Main where
import
Control.Monad
import
Network.HTTP.Client
import
Options.Generic
import
Servant.Client
import
Options
import
Options.Generic
import
Prelude
import
Script
(
script
)
import
Servant.Client
main
::
IO
()
main
=
do
...
...
bin/gargantext-client/Options.hs
View file @
1d721ba3
{-# LANGUAGE TypeOperators #-}
module
Options
where
import
Prelude
import
Data.Maybe
import
Options.Generic
-- | Some general options to be specified on the command line.
...
...
bin/gargantext-client/Script.hs
View file @
1d721ba3
module
Script
(
script
)
where
import
Control.Monad.IO.Class
import
Gargantext.API.Client
import
Servant.Client
import
Auth
import
Control.Monad.IO.Class
import
Core
import
Gargantext.API.Client
import
Options
import
Prelude
import
Servant.Client
import
Tracking
-- | An example script. Tweak, rebuild and re-run the executable to see the
...
...
bin/gargantext-client/Tracking.hs
View file @
1d721ba3
...
...
@@ -8,6 +8,7 @@ module Tracking
import
Core
import
Options
import
Prelude
import
Control.Monad.IO.Class
import
Data.List
(
intersperse
)
...
...
package.yaml
View file @
1d721ba3
...
...
@@ -57,6 +57,7 @@ library:
-
Gargantext.API.Ngrams.Prelude
-
Gargantext.API.Admin.Settings
-
Gargantext.API.Admin.EnvTypes
-
Gargantext.API.Admin.Auth.Types
-
Gargantext.API.Admin.Types
-
Gargantext.API.Prelude
-
Gargantext.API.Client
...
...
@@ -327,6 +328,49 @@ executables:
-
unordered-containers
-
full-text-search
gargantext-client
:
main
:
Main.hs
source-dirs
:
bin/gargantext-client
exposed-modules
:
-
Auth
-
Core
-
Options
-
Script
-
Tracking
-
Paths_gargantext
ghc-options
:
-
-Wall
-
-threaded
-
-rtsopts
-
-with-rtsopts=-N
-
-O2
-
-Wmissing-signatures
default-extensions
:
-
DataKinds
-
DeriveGeneric
-
FlexibleContexts
-
FlexibleInstances
-
GeneralizedNewtypeDeriving
-
MultiParamTypeClasses
-
NamedFieldPuns
-
NoImplicitPrelude
-
OverloadedStrings
-
RankNTypes
-
RecordWildCards
dependencies
:
-
base
-
extra
-
servant
-
text
-
optparse-generic
-
exceptions
-
servant-client
-
servant-auth-client
-
gargantext
-
ekg-json
-
http-client
gargantext-phylo
:
main
:
Main.hs
source-dirs
:
bin/gargantext-phylo
...
...
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