Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clustering-louvain
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
gargantext
clustering-louvain
Commits
346cf040
Commit
346cf040
authored
Jun 04, 2018
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] 0001-Expose-Data.Graph.Clustering.Louvain.CplusPlus.patch by npouillard.
parent
058c970b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
13 deletions
+14
-13
clustering-louvain.cabal
clustering-louvain.cabal
+13
-13
package.yaml
package.yaml
+1
-0
No files found.
clustering-louvain.cabal
View file @
346cf040
-- This file has been generated from package.yaml by hpack version 0.2
8.2
.
-- This file has been generated from package.yaml by hpack version 0.2
0.0
.
--
-- see: https://github.com/sol/hpack
--
-- hash:
96a67e3ea2f4722764f99cddbd919d34b99155a970c85c2943ce794ff8263e82
-- hash:
716223af4ecf0d8fb10f620eda2763c4dd15bb5a65fb15ca2bf2d416e052a9a4
name: clustering-louvain
version: 0.1.0.0
...
...
@@ -18,13 +18,6 @@ build-type: Simple
cabal-version: >= 1.10
library
exposed-modules:
Data.Graph.Clustering.Louvain
Data.Graph.Clustering.Louvain.Utils
Data.Graph.Clustering.Louvain.IO.Gexf
other-modules:
Data.Graph.Clustering.Louvain.CplusPlus
Paths_clustering_louvain
hs-source-dirs:
src
ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wmissing-signatures -Wunused-binds -Wunused-imports
...
...
@@ -37,13 +30,18 @@ library
, hxt
, text
, turtle
exposed-modules:
Data.Graph.Clustering.Louvain
Data.Graph.Clustering.Louvain.Utils
Data.Graph.Clustering.Louvain.IO.Gexf
Data.Graph.Clustering.Louvain.CplusPlus
other-modules:
Paths_clustering_louvain
default-language: Haskell2010
test-suite louvain-doctest
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_clustering_louvain
hs-source-dirs:
src-doctest
ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N -Wmissing-signatures
...
...
@@ -56,13 +54,13 @@ test-suite louvain-doctest
, extra
, louvain
, text
other-modules:
Paths_clustering_louvain
default-language: Haskell2010
test-suite louvain-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_clustering_louvain
hs-source-dirs:
src-test
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
...
...
@@ -72,4 +70,6 @@ test-suite louvain-test
, extra
, louvain
, text
other-modules:
Paths_clustering_louvain
default-language: Haskell2010
package.yaml
View file @
346cf040
...
...
@@ -27,6 +27,7 @@ library:
-
Data.Graph.Clustering.Louvain
-
Data.Graph.Clustering.Louvain.Utils
-
Data.Graph.Clustering.Louvain.IO.Gexf
-
Data.Graph.Clustering.Louvain.CplusPlus
dependencies
:
-
base >= 4.7 && < 5
-
fgl
...
...
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