packages feed

treemap-html-0.1: treemap-html.cabal

name:            treemap-html
version:         0.1
License:         BSD3
License-File:    LICENSE
author:          Radoslav Dorcik <radoslav.dorcik@gmail.com>
maintainer:      Radoslav Dorcik <radoslav.dorcik@gmail.com>
description:     Generates HTML for Data.Tree as TreeMap which
                 is possible explore directly in browser because
                 of small javascript code included.
                 Each node is displayed as white box without
                 any nested boxes inside. 
synopsis:        Generates HTML for Data.Tree as TreeMap
category:        Graphics
stability:       provisional
build-type:      Simple
cabal-version:   >= 1.6

Homepage:        http://rampa.sk/static/treemap-html.html
Source-Repository head
  type:     darcs
  location: http://patch-tag.com/r/dixiecko/treemap-html

flag testing
  description: Enable Debugging things like QuickCheck properties, etc.
  default: False

library
  build-depends:   ghc          >= 6.10,
                   base         == 4.*,
                   parsec       == 2.1.0.*,
                   regex-posix,
                   filepath,
                   html,
                   containers,
                   Cabal        >= 1.5 && < 1.9
  hs-source-dirs:  src
  extensions:      CPP, PatternGuards, DeriveDataTypeable, TypeSynonymInstances
  ghc-options:     -Wall

  Exposed-modules:
        Text.HTML.TreeMap
        Text.HTML.TreeUtils
        Text.HTML.TreeList