Name: hp2any-manager
Version: 0.4.4
Cabal-Version: >= 1.2
Synopsis: A utility to visualise and compare heap profiles.
Category: profiling, development, utils
Description:
This is a program that can display several heap profiles at the same
time in the style of a tiling window manager.
Author: Patai Gergely
Maintainer: Patai Gergely (patai.gergely@gmail.com)
Copyright: (c) 2009-2011, Patai Gergely
Homepage: http://www.haskell.org/haskellwiki/Hp2any
License: BSD3
License-File: LICENSE
Stability: experimental
Build-Type: Simple
Data-Files:
src/manager.glade
Extra-Source-Files:
CHANGES
README
Executable hp2any-manager
HS-Source-Dirs: src
Main-IS: Manager.hs
Build-Depends: base >= 4 && < 5, containers, array, filepath, time,
glib, gtk, gtkglext, glade, cairo, OpenGL,
bytestring, hp2any-core, hp2any-graph
GHC-Options: -Wall -O2