Commit cc174d0b authored by Alfredo Di Napoli's avatar Alfredo Di Napoli Committed by Alfredo Di Napoli

Baby progress, gargantext-graph works, hsinfomap segfaults on Darwin

parent ce6a2a4d
......@@ -114,7 +114,7 @@ source-repository-package
source-repository-package
type: git
location: https://gitlab.iscpif.fr/gargantext/gargantext-graph.git
tag: 588e104fe7593210956610cab0041fd16584a4ce
tag: 2cc9f625beb81cd431fc64d902f4572fb3c577db
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: 1790fdf9138970dde0dbabf8b270698145a4a88c
tag: 8fff32a43df743c8c83428a86dd566a0936a4fba
-- llvm-12 with support for GHC 9.4.*
source-repository-package
......
......@@ -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,
......
......@@ -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 -fplugin=Clippy -fprint-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
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment