Cabal revisions of mmsyn4-0.1.1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial mmsyn4.cabal generated by cabal init. For further--- documentation, see http://haskell.org/cabal/users-guide/--name: mmsyn4-version: 0.1.1.1-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 teble 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.11 && <4.13, directory >=1.3 && <1.4, process >=1.6 && <1.7, mmsyn2 >=0.1.6.0 && <0.2, vector >=0.12 && <0.13, mmsyn3 >=0.1.1.0 && <0.2- -- hs-source-dirs:- default-language: Haskell2010+-- Initial mmsyn4.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: mmsyn4 +version: 0.1.1.1 +x-revision: 1 +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.11 && <4.13, directory >=1.3 && <1.4, process >=1.6 && <1.7, mmsyn2 >=0.1.6.0 && <0.2, vector >=0.12 && <0.13, mmsyn3 >=0.1.1.0 && <0.2 + -- hs-source-dirs: + default-language: Haskell2010
revision 2
name: mmsyn4 version: 0.1.1.1 -x-revision: 1 +x-revision: 2 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. +description: The program mmsyn4 converts a specially formatted .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