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
1c82ad80
Commit
1c82ad80
authored
Mar 30, 2020
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] missing run-example
parent
6d939c69
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
32 deletions
+13
-32
clustering-louvain.cabal
clustering-louvain.cabal
+1
-20
package.yaml
package.yaml
+12
-12
No files found.
clustering-louvain.cabal
View file @
1c82ad80
...
...
@@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash:
d5768235cb674d3617c860c0be6df203e51373bd36995a8e7df1f612778cdeee
-- hash:
6ccfe66d8aabd4265f7be4aed719c45bd9cbacfaa0eae05c88b52ea68b519622
name: clustering-louvain
version: 0.1.0.0
...
...
@@ -51,25 +51,6 @@ library
, vector
default-language: Haskell2010
executable run-example
main-is: Main.hs
other-modules:
Paths_clustering_louvain
hs-source-dirs:
app/run-example
default-extensions: ConstrainedClassMethods FlexibleInstances InstanceSigs NoImplicitPrelude OverloadedStrings ScopedTypeVariables TupleSections
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, clustering-louvain
, containers
, extra
, fgl
, protolude
, text
, vector
default-language: Haskell2010
test-suite louvain-test
type: exitcode-stdio-1.0
main-is: Spec.hs
...
...
package.yaml
View file @
1c82ad80
...
...
@@ -54,18 +54,18 @@ library:
-
foldl
-
simple-reflect
executables
:
run-example
:
source-dirs
:
app/run-example
main
:
Main.hs
ghc-options
:
-
-threaded
-
-rtsopts
-
-with-rtsopts=-N
dependencies
:
-
base
-
clustering-louvain
-
fgl
#
executables:
#
run-example:
#
source-dirs: app/run-example
#
main: Main.hs
#
ghc-options:
#
- -threaded
#
- -rtsopts
#
- -with-rtsopts=-N
#
dependencies:
#
- base
#
- clustering-louvain
#
- fgl
tests
:
louvain-test
:
...
...
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