packages feed

gvti-0.4.1.0: gvti.cabal

-- Initial gvti.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                gvti
version:             0.4.1.0
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:          oleksandr.zhabenko@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, GVTI.Formatting
  -- other-modules:
  other-extensions:    BangPatterns, NoImplicitPrelude
  build-depends:       base >=4.13 && <5, directory >=1.3.4.0 && <2, process >=1.6.5.1 && <2, mmsyn3 ==0.2.0.0, cli-arguments ==0.7.0.0
  -- hs-source-dirs:
  default-language:    Haskell2010

executable gvti
  main-is:             Main.hs
  other-modules:       GVTI, GVTI.Formatting
  other-extensions:    BangPatterns, NoImplicitPrelude
  build-depends:       base >=4.13 && <5, directory >=1.3.4.0 && <2, process >=1.6.5.1 && <2, mmsyn3 ==0.2.0.0, cli-arguments ==0.7.0.0
  -- hs-source-dirs:
  default-language:    Haskell2010