name: modularity version: 0.2.0.3 synopsis: Find the modularity of a network. description: Report Q, the Newman-Girvan modularity of an adjacency matrix. homepage: http://github.com/GregorySchwartz/modularity#readme license: GPL-3 license-file: LICENSE author: Gregory W. Schwartz maintainer: gsch@pennmedicine.upenn.edu copyright: 2018 Gregory W. Schwartz category: Bioinformatics build-type: Simple -- extra-source-files: cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Math.Modularity.Dense , Math.Modularity.Sparse , Math.Modularity.Types , Math.Modularity.Eigen.Sparse build-depends: base >= 4.7 && < 5 , eigen == 3.3.4.1 , hmatrix , sparse-linear-algebra , spectral-clustering , vector ghc-options: -O2 default-language: Haskell2010 source-repository head type: git location: https://github.com/GregorySchwartz/modularity