packages feed

dobutokO2 0.11.1.0 → 0.11.2.0

raw patch · 3 files changed

+8/−3 lines, 3 files

Files

CHANGELOG.md view
@@ -118,3 +118,8 @@  * Eleventh version revised B. Inserted the functionality of the second auxiliary executable O2help into the single one -- dobutokO2 with "0" first command line option. Changed the information in the README.markdown file appropriately.++## 0.11.2.0 -- 2020-03-16++* Eleventh version revised C. Fixed issue with being not compiled because of not properly defined arguments for a function 'o2help'+in the DobutokO.Sound.Executable module.
DobutokO/Sound/Executable.hs view
@@ -100,8 +100,8 @@ {-# INLINE dobutokO2H #-}  -- | Takes textual input from the stdin and prints it as one 'String' to the stdout.-o2help :: IO ()-o2help = do+o2help :: Bool -> String -> FilePath -> IO ()+o2help _ _ _ = do   xs <- getContents   let ys = unwords . lines $ xs in do     putStrLn ""
dobutokO2.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                dobutokO2-version:             0.11.1.0+version:             0.11.2.0 synopsis:            A program and a library to create experimental music from a mono audio and a Ukrainian text description:         It can also create a timbre for the notes homepage:            https://hackage.haskell.org/package/dobutokO2