packages feed

Persistence-1.1.4: Persistence.cabal

-- Initial Persistence.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                Persistence
version:             1.1.4
synopsis:            Quickly detect clusters and holes in data.
description:         Persistence is a topological data analysis library motivated by flexibility when it comes to the type of data being analyzed. If you have data that comes with a meaningful function into something of the Ord typeclass, you can use Persistence to detect clusters and holes in the data. You can also use the library to analyze the topology of directed\/undirected weighted\/unweighted graphs, and compare topologies of different data sets.
license:             BSD3
license-file:        LICENSE
author:              Eben Cowley
maintainer:          eben.cowley42@gmail.com
-- copyright:           
category:            Data
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

library
  exposed-modules:     SimplicialComplex, HasseDiagram, Persistence
  other-modules:       Util, Matrix
  -- other-extensions:    
  build-depends:       base >=4.9 && <4.12, vector >=0.12 && <0.13, parallel >=3.2 && <3.3, containers >=0.5 && <0.6, maximal-cliques >=0.1 && <0.2
  -- hs-source-dirs:      
  default-language:    Haskell2010