dihaa-0.2.1.2: dihaa.cabal
-- Initial dihaa.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: dihaa
version: 0.2.1.2
synopsis: ASCII based Diagram drawing in Haskell (Idea based on ditaa)
-- description:
description: dihaa is a tool which allows converting simple ASCII art
drawings of box diagrams to images.
.
See documentation of "Main" for more details.
homepage: http://sha-bang.de
license: GPL-2
license-file: LICENSE
author: Sascha Wilde
maintainer: Sascha Wilde <wilde@sha-bang.de>
-- copyright:
category: Graphics
build-type: Simple
cabal-version: >=1.10
-- extra files:
data-files: fonts/DroidSansMono.ttf, fonts/LICENSE.txt
extra-doc-files: examples/arrows.dihaa.png, examples/box.dihaa.png,
examples/example1.dihaa.png, examples/lines.dihaa.png,
examples/color.dihaa.png
extra-source-files: ChangeLog.md, README.md,
examples/arrows.dihaa, examples/box.dihaa,
examples/color.dihaa, examples/example1.dihaa,
examples/lines.dihaa, examples/test.dihaa
executable dihaa
main-is: main.hs
other-modules: Paths_dihaa, Dihaa, Dihaa.OutputPNG, Dihaa.OutputUTF8,
Dihaa.Vectorize, TwoD
-- other-extensions:
build-depends: FontyFruity >= 0.5.3, JuicyPixels >= 3.2.8,
Rasterific >= 0.7.2, base >= 4.8 && <5, vector
-- hs-source-dirs:
default-language: Haskell2010
source-repository head
type: mercurial
location: https://bitbucket.org/sascha_wilde/dihaa