mmsyn6ukr 0.6.0.0 → 0.6.1.0
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~basedep ~mmsyn2dep ~mmsyn3PVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, mmsyn2, mmsyn3
API changes (from Hackage documentation)
Files
- ChangeLog.md +3/−0
- mmsyn6ukr.cabal +3/−3
ChangeLog.md view
@@ -100,3 +100,6 @@ * Sixth version. Changed the module structure. +## 0.6.1.0 -- 2019-12-24++* Sixth version revised A. Changed the dependencies bounds so that it can now be compiled for the GHC 8.8.1.
mmsyn6ukr.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn6ukr-version: 0.6.0.0+version: 0.6.1.0 synopsis: A musical instrument synthesizer or a tool for Ukrainian language listening description: A program can be used as a musical instrument synthesizer or for Ukrainian speech synthesis especially for poets and writers homepage: https://hackage.haskell.org/package/mmsyn6ukr@@ -21,7 +21,7 @@ exposed-modules: Paths_mmsyn6ukr, Main, Melodics.Ukrainian, UkrainianLControl -- other-modules: Melodics.Ukrainian -- other-extensions:- build-depends: base >=4.7 && <4.13, process >=1.4 && <1.8, mmsyn3 >=0.1.3.0 && <1, directory >= 1 && < 1.4, vector >=0.11 && <0.14, bytestring >=0.10 && <0.12, mmsyn2 >=0.1.6.1 && <1, mmsyn5 >=0.4 && <1+ build-depends: base >=4.7 && <4.14, process >=1.4 && <1.8, mmsyn3 >=0.1.4.0 && <1, directory >= 1 && < 1.4, vector >=0.11 && <0.14, bytestring >=0.10 && <0.12, mmsyn2 >=0.1.7 && <1, mmsyn5 >=0.4 && <1 -- hs-source-dirs: default-language: Haskell2010 @@ -29,6 +29,6 @@ main-is: Main.hs -- other-modules: -- other-extensions:- build-depends: base >=4.7 && <4.13, process >=1.4 && <1.8, mmsyn3 >=0.1.3.0 && <1, directory >= 1 && < 1.4, vector >=0.11 && <0.14, bytestring >=0.10 && <0.12, mmsyn2 >=0.1.6.1 && <1, mmsyn5 >=0.4 && <1+ build-depends: base >=4.7 && <4.14, process >=1.4 && <1.8, mmsyn3 >=0.1.4.0 && <1, directory >= 1 && < 1.4, vector >=0.11 && <0.14, bytestring >=0.10 && <0.12, mmsyn2 >=0.1.7 && <1, mmsyn5 >=0.4 && <1 -- hs-source-dirs: default-language: Haskell2010