packages feed

fca-0.1.0.2: fca.cabal

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

name:                fca
version:             0.1.0.2
synopsis:            Algo for Formal Concept Analysis
description:         Formal Concept Analysis, Lindig's FastLattice Algo
license:             AGPL-3
license-file:        LICENSE
author:              Ray Racine
maintainer:          ray.racine@gmail.com
copyright:           Raymond Racine
category:            Data
build-type:          Simple
stability:           Beta
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     Data.Fca
  other-modules:       Data.Fca.Cid
                       Data.Fca.SimpleTypes
                       Data.Fca.CElem
                       Data.Fca.Ident
                       Data.Fca.SetFastLattice
                       Data.Fca.Lattice
                       Data.Fca.Concept
  build-depends:       base >=4.7 && <4.8,
                       bytestring == 0.10.*,
                       cryptohash == 0.11.*,
                       containers == 0.5.*,
                       text == 1.1.*,
                       unordered-containers == 0.2.4.*,
                       hashable == 1.*
  hs-source-dirs:      src
  ghc-options:         -Wall
  default-language:    Haskell2010

source-repository head
  type: git
  location: git@github.com:RayRacine/hsfca.git
  branch: master