-- Initial mmsyn4.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn4 version: 0.1.0.0 synopsis: The "glue" between electronic tables and GraphViz -- description: 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 cabal-version: >=1.10 executable mmsyn4 main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base >=4.11 && <4.13, directory >=1.3 && <1.4, process >=1.6 && <1.7, mmsyn2 >=0.1 && <0.2, vector >=0.12 && <0.13, mmsyn3 >=0.1 && <0.2 -- hs-source-dirs: default-language: Haskell2010