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

[FIX] missing run-example

parent 6d939c69
......@@ -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
......
......@@ -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:
......
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