Commit 1c82ad80 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] missing run-example

parent 6d939c69
...@@ -4,7 +4,7 @@ cabal-version: 1.12 ...@@ -4,7 +4,7 @@ cabal-version: 1.12
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: d5768235cb674d3617c860c0be6df203e51373bd36995a8e7df1f612778cdeee -- hash: 6ccfe66d8aabd4265f7be4aed719c45bd9cbacfaa0eae05c88b52ea68b519622
name: clustering-louvain name: clustering-louvain
version: 0.1.0.0 version: 0.1.0.0
...@@ -51,25 +51,6 @@ library ...@@ -51,25 +51,6 @@ library
, vector , vector
default-language: Haskell2010 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 test-suite louvain-test
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
main-is: Spec.hs main-is: Spec.hs
......
...@@ -54,18 +54,18 @@ library: ...@@ -54,18 +54,18 @@ library:
- foldl - foldl
- simple-reflect - simple-reflect
executables: #executables:
run-example: # run-example:
source-dirs: app/run-example # source-dirs: app/run-example
main: Main.hs # main: Main.hs
ghc-options: # ghc-options:
- -threaded # - -threaded
- -rtsopts # - -rtsopts
- -with-rtsopts=-N # - -with-rtsopts=-N
dependencies: # dependencies:
- base # - base
- clustering-louvain # - clustering-louvain
- fgl # - fgl
tests: tests:
louvain-test: louvain-test:
......
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