packages feed

mmsyn7h 0.7.5.0 → 0.7.6.0

raw patch · 2 files changed

+8/−3 lines, 2 filesdep ~basedep ~bytestringdep ~directoryPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, bytestring, directory, mmsyn2, mmsyn3, mmsyn6ukr, mmsyn7s, mmsyn7ukr, process

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -121,3 +121,8 @@ ## 0.7.5.0 -- 2020-03-11  * Seventh version revised J. Fixed issue with being not compiled because of the syntactic mistake in the do-block. Simplified the 'main7h' function code being written. ++## 0.7.6.0 -- 2020-05-14++* Seventh version revised K. Changed bounds for dependencies so that now also GHC 8.10* series are supported.+
mmsyn7h.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                mmsyn7h-version:             0.7.5.0+version:             0.7.6.0 synopsis:            Produces a sound recording specified by the Ukrainian text. description:         A program and a library that are used with mmsyn7ukr (or separately) and are similar to mmsyn6ukr executable. The program uses the data files in the current directory instead of ones in the system defined directories. It reads Ukrainian text with the given by data files sounds. homepage:            https://hackage.haskell.org/package/mmsyn7h@@ -20,7 +20,7 @@   exposed-modules:     MMSyn7h, Main   -- other-modules:   -- other-extensions:-  build-depends:       base >=4.7 && <4.14, process >=1.4 && <1.8, vector >=0.11 && <0.14, bytestring >=0.10 && < 0.12, mmsyn2 >=0.1.7 && <1, directory >=1.2.5 && <1.4, mmsyn6ukr >=0.6.2 && <1, mmsyn3 >=0.1.4 && <1, mmsyn7s >=0.1 && <1, mmsyn7ukr >=0.11 && <1+  build-depends:       base >=4.7 && <4.15, process >=1.4 && <1.9, vector >=0.11 && <0.14, bytestring >=0.10 && < 0.13, mmsyn2 >=0.1.8 && <1, directory >=1.2.5 && <1.5, mmsyn6ukr >=0.7.2 && <1, mmsyn3 >=0.1.5 && <1, mmsyn7s >=0.6.7 && <1, mmsyn7ukr >=0.15.4 && <1   -- hs-source-dirs:   default-language:    Haskell2010 @@ -29,7 +29,7 @@   main-is:             Main.hs   -- other-modules:   -- other-extensions:-  build-depends:       base >=4.7 && <4.14, process >=1.4 && <1.8, vector >=0.11 && <0.14, bytestring >=0.10 && <0.12, mmsyn2 >=0.1.7 && <1, directory >=1.2.5 && <1.4, mmsyn6ukr >=0.6.2 && <1, mmsyn3 >=0.1.4 && <1, mmsyn7s >=0.1 && <1, mmsyn7ukr >=0.11 && <1+  build-depends:       base >=4.7 && <4.15, process >=1.4 && <1.9, vector >=0.11 && <0.14, bytestring >=0.10 && < 0.13, mmsyn2 >=0.1.8 && <1, directory >=1.2.5 && <1.5, mmsyn6ukr >=0.7.2 && <1, mmsyn3 >=0.1.5 && <1, mmsyn7s >=0.6.7 && <1, mmsyn7ukr >=0.15.4 && <1   ghc-options:         -threaded     -- hs-source-dirs:   default-language:    Haskell2010