Commit a08ceed7 authored by Alfredo Di Napoli's avatar Alfredo Di Napoli

cleanup gargantext-graph-core

parent fd3da6b0
Pipeline #7390 failed with stages
...@@ -38,7 +38,7 @@ library ...@@ -38,7 +38,7 @@ library
Graph.Tools.Random Graph.Tools.Random
Graph.Types Graph.Types
other-modules: other-modules:
Paths_gargantext_graph Paths_gargantext_graph_core
hs-source-dirs: hs-source-dirs:
src src
default-extensions: default-extensions:
...@@ -55,12 +55,10 @@ library ...@@ -55,12 +55,10 @@ library
, haskell-igraph >=0.6.0 , haskell-igraph >=0.6.0
, hmatrix , hmatrix
, lens , lens
, pretty-simple
, protolude , protolude
, reflection , reflection
, singletons , singletons
, sparse-linear , sparse-linear
, string-conversions
, text , text
, vector , vector
default-language: Haskell2010 default-language: Haskell2010
...@@ -69,7 +67,7 @@ test-suite gargantext-graph-test ...@@ -69,7 +67,7 @@ test-suite gargantext-graph-test
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
main-is: Main.hs main-is: Main.hs
other-modules: other-modules:
Paths_gargantext_graph Paths_gargantext_graph_core
hs-source-dirs: hs-source-dirs:
test test
default-extensions: default-extensions:
......
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