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 -- see: https://github.com/sol/hpack
-- --
-- hash: 96a67e3ea2f4722764f99cddbd919d34b99155a970c85c2943ce794ff8263e82 -- hash: 716223af4ecf0d8fb10f620eda2763c4dd15bb5a65fb15ca2bf2d416e052a9a4
name: clustering-louvain name: clustering-louvain
version: 0.1.0.0 version: 0.1.0.0
...@@ -18,13 +18,6 @@ build-type: Simple ...@@ -18,13 +18,6 @@ build-type: Simple
cabal-version: >= 1.10 cabal-version: >= 1.10
library 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: hs-source-dirs:
src src
ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wmissing-signatures -Wunused-binds -Wunused-imports ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wmissing-signatures -Wunused-binds -Wunused-imports
...@@ -37,13 +30,18 @@ library ...@@ -37,13 +30,18 @@ library
, hxt , hxt
, text , text
, turtle , 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 default-language: Haskell2010
test-suite louvain-doctest test-suite louvain-doctest
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
main-is: Main.hs main-is: Main.hs
other-modules:
Paths_clustering_louvain
hs-source-dirs: hs-source-dirs:
src-doctest src-doctest
ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N -Wmissing-signatures ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N -Wmissing-signatures
...@@ -56,13 +54,13 @@ test-suite louvain-doctest ...@@ -56,13 +54,13 @@ test-suite louvain-doctest
, extra , extra
, louvain , louvain
, text , text
other-modules:
Paths_clustering_louvain
default-language: Haskell2010 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
other-modules:
Paths_clustering_louvain
hs-source-dirs: hs-source-dirs:
src-test src-test
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
...@@ -72,4 +70,6 @@ test-suite louvain-test ...@@ -72,4 +70,6 @@ test-suite louvain-test
, extra , extra
, louvain , louvain
, text , text
other-modules:
Paths_clustering_louvain
default-language: Haskell2010 default-language: Haskell2010
...@@ -27,6 +27,7 @@ library: ...@@ -27,6 +27,7 @@ library:
- Data.Graph.Clustering.Louvain - Data.Graph.Clustering.Louvain
- Data.Graph.Clustering.Louvain.Utils - Data.Graph.Clustering.Louvain.Utils
- Data.Graph.Clustering.Louvain.IO.Gexf - Data.Graph.Clustering.Louvain.IO.Gexf
- Data.Graph.Clustering.Louvain.CplusPlus
dependencies: dependencies:
- base >= 4.7 && < 5 - base >= 4.7 && < 5
- fgl - 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