gvti-0.2.0.1: gvti.cabal
-- Initial gvti.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: gvti
version: 0.2.0.1
synopsis: GraphViz Tabular Interface
description: Introduces a new file extension .gvti and is a special tabular or line-based GraphViz subset interface. Is a fork of the now deprecated mmsyn4 package.
homepage: https://hackage.haskell.org/package/gvti
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: olexandr543@yahoo.com
copyright: Oleksandr Zhabenko
category: Graphics
build-type: Simple
extra-source-files: ChangeLog.md, README.markdown, 4895040000.example.neato.gv.svg
cabal-version: >=1.10
library
exposed-modules: GVTI, Formatting
-- other-modules:
other-extensions: CPP, BangPatterns
build-depends: base >=4.7 && <5, directory >=1 && <2, process >=1.2 && <2, mmsyn3 ==0.1.6.0
-- hs-source-dirs:
default-language: Haskell2010
executable gvti
main-is: Main.hs
other-modules: GVTI, Formatting
other-extensions: CPP, BangPatterns
build-depends: base >=4.7 && <5, directory >=1 && <2, process >=1.2 && <2, mmsyn3 ==0.1.6.0
-- hs-source-dirs:
default-language: Haskell2010