-- Initial mmsyn4.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn4 version: 0.6.3.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: https://hackage.haskell.org/package/mmsyn4 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 cabal-version: >=1.10 library exposed-modules: Main, MMSyn4 -- other-modules: other-extensions: CPP, BangPatterns build-depends: base >=4.7 && <4.15, directory >=1 && <1.5, process >=1.2 && <1.8, mmsyn3 >=0.1.5 && <0.2 -- hs-source-dirs: default-language: Haskell2010 executable mmsyn4 main-is: Main.hs other-modules: MMSyn4 other-extensions: CPP, BangPatterns build-depends: base >=4.7 && <4.15, directory >=1 && <1.5, process >=1.2 && <1.8, mmsyn3 >=0.1.5 && <0.2 -- hs-source-dirs: default-language: Haskell2010