mmsyn6ukr 0.7.2.0 → 0.7.3.0
raw patch · 3 files changed
+8/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Melodics.Executable: recFileName :: IO String
Files
- ChangeLog.md +5/−0
- Melodics/Executable.hs +2/−0
- mmsyn6ukr.cabal +1/−1
ChangeLog.md view
@@ -144,3 +144,8 @@ * Seventh version revised B. Fixed bounds of the dependencies so that now it is supported also for GHC 8.10* series. +## 0.7.3.0 -- 2020-06-01++* Seventh version revised C. Added Melodics.Executable.recFileName function to the export list of the module because it is re-used by the dobutokO-poetry +package.+
Melodics/Executable.hs view
@@ -13,6 +13,7 @@ , workWithInput , rawToSoundFile , printInfoF+ , recFileName ) where @@ -45,6 +46,7 @@ then rawToSoundFile zs nameSF (fromJust ts) else printInfoF +-- | Is used to retriev the user-defined file name for the record. recFileName :: IO String recFileName = do putStrLn "Please, specify the name of the resulting sound file. Please, do NOT use '}' character and space or control characters!"
mmsyn6ukr.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn6ukr-version: 0.7.2.0+version: 0.7.3.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