explore-0.0.7.1: explore.cabal
name: explore
version: 0.0.7.1
cabal-version: >= 1.4
license: BSD3
license-file: LICENSE
copyright: Copyright 2009, 2010, Cetin Sert
author: Cetin Sert
maintainer: Cetin Sert <cetin.sert@gmail.com>
bug-reports: Cetin Sert <cetin.sert@gmail.com>
homepage: http://corsis.sourceforge.net/haskell/explore
category: Graphics
synopsis: Experimental Plot data Reconstructor
description: Very first prototype of a command line tool to
extract pixel positions matching a given colour
to help reconstruct plot data. See example.ods
or example.xls, README and Main.hs on the
project homepage to figure out its usage.
stability: Experimental
build-type: Simple
extra-source-files: AUTHORS,
README,
example.ods,
example.xls,
39-cisse-x.png,
39-goni-x.png,
39-nouna-x.png,
39-legend,
Thesis_FullVer280705.png,
Thesis_FullVer280705.svg
39-cisse.output,
39-goni.output,
39-nouna.output,
Help.hs
Executable explore
buildable: True
main-is: Main.hs
ghc-options: -O2 -fglasgow-exts -funbox-strict-fields
build-depends: base <= 5,
directory -any,
array -any,
pngload -any
extensions: ViewPatterns