ftree-0.1.5: ftree.cabal
Name: ftree
Version: 0.1.5
Cabal-Version: >= 1.6
Synopsis: Depth-typed functor-based trees, both top-down and bottom-up
Category: Data
Description:
Depth-typed functor-based trees, both top-down and bottom-up
Author: Conal Elliott
Maintainer: conal@conal.net
Copyright: (c) 2013 by Conal Elliott
Homepage: https://github.com/conal/ftree/
License: BSD3
License-File: COPYING
Stability: experimental
build-type: Simple
source-repository head
type: git
location: git://github.com/conal/ftree.git
Library
hs-Source-Dirs: src
Extensions:
Build-Depends: base<5, ShowF, type-unary>=0.2.12
Exposed-Modules:
Data.FTree.TopDown
Data.FTree.BottomUp
ghc-options: -Wall -O2