packages feed

explore-0.0.5.1: explore.cabal

name:                explore
version:             0.0.5.1
cabal-version:       >= 1.2
license:             BSD3
license-file:        LICENSE
copyright:           (c) 2009, Cetin Sert
author:              An Le Thi Thanh, Cetin Sert
maintainer:          Cetin Sert <cetin@sertcom.de>
bug-reports:         Cetin Sert <cetin@sertcom.de>
homepage:            http://sert.homedns.org/hs/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

Executable           explore
  buildable:         True
  main-is:           Main.hs
  ghc-options:       -O2 -fglasgow-exts
  build-depends:     base <= 4.2,
                     array -any,
                     pngload -any