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
160
Issues
160
List
Board
Labels
Milestones
Merge Requests
14
Merge Requests
14
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
cc174d0b
Commit
cc174d0b
authored
Jan 08, 2024
by
Alfredo Di Napoli
Committed by
Alfredo Di Napoli
Jan 22, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Baby progress, gargantext-graph works, hsinfomap segfaults on Darwin
parent
ce6a2a4d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
17 deletions
+6
-17
cabal.project
cabal.project
+2
-2
cabal.project.freeze
cabal.project.freeze
+0
-1
gargantext.cabal
gargantext.cabal
+1
-8
Types.hs
src/Gargantext/API/Ngrams/List/Types.hs
+1
-4
stack.yaml
stack.yaml
+2
-2
No files found.
cabal.project
View file @
cc174d0b
...
...
@@ -114,7 +114,7 @@ source-repository-package
source
-
repository
-
package
type
:
git
location
:
https
://
gitlab
.
iscpif
.
fr
/
gargantext
/
gargantext
-
graph
.
git
tag
:
588e104f
e7593210956610cab0041fd16584a4ce
tag
:
2
cc9f625beb81cd431fc64d902f4572fb3c577db
source
-
repository
-
package
type
:
git
...
...
@@ -154,7 +154,7 @@ source-repository-package
source
-
repository
-
package
type
:
git
location
:
https
://
github
.
com
/
chessai
/
eigen
.
git
tag
:
1790f
df9138970dde0dbabf8b270698145a4a88c
tag
:
8f
ff32a43df743c8c83428a86dd566a0936a4fba
--
llvm
-
12
with
support
for
GHC
9.4
.*
source
-
repository
-
package
...
...
cabal.project.freeze
View file @
cc174d0b
...
...
@@ -997,7 +997,6 @@ constraints: any.AC-Angle ==1.0,
any.getopt-generics ==0.13.1.0,
any.ghc-byteorder ==4.11.0.0.10,
any.ghc-check ==0.5.0.8,
any.ghc-clippy-plugin ==0.0.0.1,
any.ghc-core ==0.5.6,
any.ghc-events ==0.19.0.1,
any.ghc-exactprint ==1.6.1.3,
...
...
gargantext.cabal
View file @
cc174d0b
...
...
@@ -45,10 +45,6 @@ flag test-crypto
default: False
manual: True
flag enable-ghc-clippy
default: False
manual: True
library
exposed-modules:
Gargantext
...
...
@@ -398,12 +394,9 @@ library
RankNTypes
RecordWildCards
StrictData
ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wmissing-signatures -Wunused-binds -Wunused-imports -Werror -freduction-depth=300 -fp
lugin=Clippy -fp
rint-potential-instances
ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wmissing-signatures -Wunused-binds -Wunused-imports -Werror -freduction-depth=300 -fprint-potential-instances
if flag(test-crypto)
cpp-options: -DTEST_CRYPTO
if flag(enable-ghc-clippy)
build-depends:
ghc-clippy-plugin ^>= 0.0.0.1
build-depends:
HSvm ^>= 0.1.1.3.22
, KMP ^>= 0.2.0.0
...
...
src/Gargantext/API/Ngrams/List/Types.hs
View file @
cc174d0b
...
...
@@ -9,12 +9,9 @@ Portability : POSIX
-}
module
Gargantext.API.Ngrams.List.Types
where
--{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeOperators #-}
module
Gargantext.API.Ngrams.List.Types
where
--import Control.Lens hiding (elements, Indexed)
import
Data.Aeson
...
...
stack.yaml
View file @
cc174d0b
...
...
@@ -85,7 +85,8 @@ extra-deps:
-
git
:
https://github.com/adinapoli/wikiparsec.git
commit
:
b3519a0351ae9515497680571f76200c24dedb53
# Gargantext-graph
-
eigen-3.3.7.0@sha256:7c24a86426b238e02ba0ac2179cc44997518b443a13828ed7a791fe49a6dffa5,82060
-
git
:
https://github.com/chessai/eigen.git
commit
:
8fff32a43df743c8c83428a86dd566a0936a4fba
-
git
:
https://github.com/alpmestan/sparse-linear.git
commit
:
bc6ca8058077b0b5702ea4b88bd4189cfcad267a
subdirs
:
...
...
@@ -119,7 +120,6 @@ extra-deps:
-
dependent-sum-0.7.1.0@sha256:0e419237f5b86da3659772afff9cab355c0f8d5b3fdb15a5b30e673d8dc83941,2147
-
full-text-search-0.2.1.4@sha256:81f6df3327e5b604f99b15e78635e5d6ca996e504c21d268a6d751d7d131aa36,6032
-
fullstop-0.1.4@sha256:80a3e382ef53551bb936e7da8b2825621df0ea169af1212debcb0a90010b30c8,2044
-
ghc-clippy-plugin-0.0.0.1
-
hgal-2.0.0.2@sha256:13d58afd0668b9cb881c612eff8488a0e289edd4bbffa893df4beee60cfeb73b,653
-
hsparql-0.3.8
-
hspec-2.11.1
...
...
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