packages feed

family-tree-0.2: family-tree.cabal

name:           family-tree
version:        0.2
cabal-version:  >= 1.2
build-type:     Simple
author:         Nathan "Taneb" van Doorn
maintainer:     nvd1234@gmail.com
stability:      Unstable
synopsis:       Family trees with lenses

description:    This is a module for the manipulation of family trees.
category:       Genealogy, Data
copyright:      (c) 2012 Nathan "Taneb" van Doorn
license:        BSD3
license-file:   LICENSE

library
  hs-source-dirs:  src
  build-depends:   
                   base >= 4 && < 5,
                   text < 0.12,
                   containers >= 0.4.2 && < 0.6,
                   unordered-containers < 0.3,
                   time < 2,
                   data-lens < 3,
                   binary < 0.6
  ghc-options:     -Wall
  exposed-modules: Data.FamilyTree