packages feed

mmsyn4-0.1.2.0: mmsyn4.cabal

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

name:                mmsyn4
version:             0.1.2.0
synopsis:            The "glue" between electronic tables and GraphViz
description:         The program mmsyn4 converts a specially formated .csv file with a colon as a field separator obtained from the electronic table into a visualized by GraphViz graph.
homepage:            http://hackage.haskell.org/package/mmsyn4
license:             MIT
license-file:        LICENSE
author:              OleksandrZhabenko
maintainer:          olexandr543@yahoo.com
-- copyright:
category:            Graphics
build-type:          Simple
extra-source-files:  ChangeLog.md, README
cabal-version:       >=1.10

executable mmsyn4
  main-is:             Main.hs
  -- other-modules:
  -- other-extensions:
  build-depends:       base >=4.7 && <4.14, directory >=1 && <1.4, process >=1.2 && <1.7, mmsyn2 >=0.1.6.0 && <0.2, vector >=0.11 && <0.13, mmsyn3 >=0.1.1.0 && <0.2
  -- hs-source-dirs:
  default-language:    Haskell2010