birch-beer-0.2.4.2: birch-beer.cabal
cabal-version: >=1.10
name: birch-beer
version: 0.2.4.2
license: GPL-3
license-file: LICENSE
copyright: 2019 Gregory W. Schwartz
maintainer: gsch@pennmedicine.upenn.edu
author: Gregory W. Schwartz
homepage: http://github.com/GregorySchwartz/birch-beer#readme
synopsis: Plot a colorful tree.
description:
Generate a tree for displaying a hierarchy of groups with colors, scaling, and more.
category: Bioinformatics
build-type: Simple
source-repository head
type: git
location: https://github.com/GregorySchwartz/birch-beer
library
exposed-modules:
BirchBeer.Types
BirchBeer.ColorMap
BirchBeer.Interactive
BirchBeer.LeafGraph
BirchBeer.Load
BirchBeer.MainDiagram
BirchBeer.Options
BirchBeer.Plot
BirchBeer.Stopping
BirchBeer.Utility
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -O2
build-depends:
base >=4.7 && <5,
SVGFonts >=1.7.0.1,
aeson >=1.4.6.0,
bytestring >=0.10.8.2,
cassava >=0.5.2.0,
colour >=2.3.5,
containers >=0.6.0.1,
deepseq >=1.4.4.0,
diagrams >=1.4,
diagrams-cairo >=1.4.1.1,
diagrams-graphviz >=1.4.1,
diagrams-gtk >=1.4,
diagrams-lib >=1.4.3,
diversity >=0.8.1.0,
elbow >=0.2.0.0,
fgl >=5.7.0.2,
foldl >=1.4.6,
graphviz >=2999.20.0.4,
gtk >=0.15.4,
hierarchical-clustering >=0.4.7,
hierarchical-spectral-clustering >=0.5.0.1,
lens >=4.17.1,
matrix-market-attoparsec >=0.1.1.3,
mtl >=2.2.2,
optparse-generic >=1.3.1,
palette >=0.3.0.2,
plots >=0.1.1.2,
safe >=0.3.18,
scientific >=0.3.6.2,
sparse-linear-algebra >=0.3.1,
spectral-clustering >=0.3.1.3,
split >=0.2.3.3,
statistics >=0.15.2.0,
temporary >=1.3,
text >=1.2.3.1,
text-show >=3.8.2,
typed-spreadsheet >=1.1.4,
vector >=0.12.1.2
executable birch-beer
main-is: Main.hs
hs-source-dirs: app
default-language: Haskell2010
ghc-options: -threaded -rtsopts -O2
build-depends:
base >=4.12.0.0,
aeson >=1.4.6.0,
birch-beer -any,
bytestring >=0.10.8.2,
cassava >=0.5.2.0,
colour >=2.3.5,
containers >=0.6.0.1,
diagrams >=1.4,
diagrams-cairo >=1.4.1.1,
diagrams-lib >=1.4.3,
elbow >=0.2.0.0,
hierarchical-spectral-clustering >=0.5.0.1,
lens >=4.17.1,
optparse-generic >=1.3.1,
sparse-linear-algebra >=0.3.1,
text >=1.2.3.1,
text-show >=3.8.2,
vector >=0.12.1.2