Commit 346cf040 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] 0001-Expose-Data.Graph.Clustering.Louvain.CplusPlus.patch by npouillard.

parent 058c970b
-- This file has been generated from package.yaml by hpack version 0.28.2.
-- This file has been generated from package.yaml by hpack version 0.20.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
......@@ -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
......
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