packages feed

mmsyn4 0.6.0.0 → 0.6.1.0

raw patch · 3 files changed

+8/−5 lines, 3 filesdep −mmsyn2-arrayPVP ok

version bump matches the API change (PVP)

Dependencies removed: mmsyn2-array

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -69,6 +69,10 @@  ## 0.6.0.0 -- 2020-12-15 -* Sixth version. Switched to the GHC.Arr module from the base package. Removed vector and mmsyn2 as dependencies. +* Sixth version. Switched to the GHC.Arr module from the base package. Removed vector and mmsyn2 as dependencies. Some code improvements.++## 0.6.1.0 -- 2020-12-15++* Sixth version revised A. Removed also mmsyn2-array as a dependency. 
MMSyn4.hs view
@@ -26,7 +26,6 @@ import System.Info (os) import System.CPUTime (getCPUTime) import System.Process (callCommand)-import CaseBi.Arr import GHC.Arr import EndOfExe (showE) import Data.Maybe (isJust,fromJust)
mmsyn4.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                mmsyn4-version:             0.6.0.0+version:             0.6.1.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@@ -20,7 +20,7 @@   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, mmsyn2-array >=0.1 && <1, mmsyn3 >=0.1.5 && <0.2+  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 @@ -28,6 +28,6 @@   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, mmsyn2-array >=0.1 && <1, mmsyn3 >=0.1.5 && <0.2+  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