mmsyn6ukr-array 0.3.1.0 → 0.3.2.0
raw patch · 3 files changed
+8/−4 lines, 3 filesdep ~basedep ~bytestringdep ~directoryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, bytestring, directory, mmsyn2-array, mmsyn3, mmsyn5, process, ukrainian-phonetics-basic-array
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- LICENSE +1/−1
- mmsyn6ukr-array.cabal +3/−3
ChangeLog.md view
@@ -28,3 +28,7 @@ * Third version revised A. Updated the dependency boundaries to simplify the complilation. +## 0.3.2.0 -- 2022-08-13++* Third version revised B. Updated the dependency boundaries to support the newer GHC-9.* series.+
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2019-2021 OleksandrZhabenko+Copyright (c) 2019-2022 OleksandrZhabenko Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
mmsyn6ukr-array.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn6ukr-array-version: 0.3.1.0+version: 0.3.2.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. Uses arrays and .ul RAW sound file formats and SoX inside. Since the 0.2.0.0 version it supports reading from the file and multiline input. homepage: https://hackage.haskell.org/package/mmsyn6ukr-array@@ -21,7 +21,7 @@ exposed-modules: Main, Paths_mmsyn6ukr_array, Melodics.Ukrainian.Arr, Melodics.Executable.Arr, UkrainianLControl.Arr, MMSyn6Ukr.Show7s.Arr other-modules: other-extensions: BangPatterns- build-depends: base >=4.8 && <4.16, process >=1.4 && <1.9, mmsyn3 >=0.1.5.0 && <1, directory >= 1 && < 1.5, bytestring >=0.10 && <0.13, mmsyn2-array >=0.3 && <1, mmsyn5 >=0.5 && <1, ukrainian-phonetics-basic-array >=0.4.2 && <1+ build-depends: base >=4.8 && <5, process >=1.4 && <2, mmsyn3 >=0.1.6.0 && <1, directory >= 1 && < 2, bytestring >=0.10 && <1, mmsyn2-array ==0.3.0.0, mmsyn5 ==0.5.1.0, ukrainian-phonetics-basic-array ==0.6.0.0 -- hs-source-dirs: default-language: Haskell2010 @@ -29,6 +29,6 @@ main-is: Main.hs other-modules: Melodics.Executable.Arr, Melodics.Ukrainian.Arr, Paths_mmsyn6ukr_array, UkrainianLControl.Arr, MMSyn6Ukr.Show7s.Arr other-extensions: BangPatterns- build-depends: base >=4.8 && <4.16, process >=1.4 && <1.9, mmsyn3 >=0.1.5.0 && <1, directory >= 1 && < 1.5, bytestring >=0.10 && <0.13, mmsyn2-array >=0.3 && <1, mmsyn5 >=0.5 && <1, ukrainian-phonetics-basic-array >=0.4.2 && <1+ build-depends: base >=4.8 && <5, process >=1.4 && <2, mmsyn3 >=0.1.6.0 && <1, directory >= 1 && < 2, bytestring >=0.10 && <1, mmsyn2-array ==0.3.0.0, mmsyn5 ==0.5.1.0, ukrainian-phonetics-basic-array ==0.6.0.0 -- hs-source-dirs: default-language: Haskell2010