Skip to content

Commit

Permalink
Add existing file
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrZhabenko committed Sep 3, 2019
1 parent cbca964 commit 4bbe9fd
Show file tree
Hide file tree
Showing 10 changed files with 3,429 additions and 3,023 deletions.
8 changes: 6 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,12 @@ conditions.

## 0.3.3.0 -- 2019-09-02

* Twelfth version. You can now add volatile pauses by using a " !Double " pattern
* Twelfth version. You can now add voluntary pauses by using a " !Double " pattern
where Double means a normally written Double numeral with (or without) a dot.
Extended documentation and used a module declaration.
Made documentation more complete and used a module declaration.

## 0.3.4.0 -- 2019-09-03

* Twelfth version revised A. Made some optimizations for predicate functions,
filtering and voluntary pause creation.

1,468 changes: 834 additions & 634 deletions UkrainianSpeech.hs

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/build/mm1/autogen/Paths_mm1.hs
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ catchIO :: IO a -> (Exception.IOException -> IO a) -> IO a
catchIO = Exception.catch

version :: Version
version = Version [0,3,3,0] []
version = Version [0,3,4,0] []
bindir, libdir, dynlibdir, datadir, libexecdir, sysconfdir :: FilePath

bindir = "/home/pi/.cabal/bin"
libdir = "/home/pi/.cabal/lib/arm-linux-ghc-8.4.4/mm1-0.3.3.0-6eFaTkx33UL686rMlAwwz-mm1"
libdir = "/home/pi/.cabal/lib/arm-linux-ghc-8.4.4/mm1-0.3.4.0-Fu9mn84HJXP5UTXy9hT3H9-mm1"
dynlibdir = "/home/pi/.cabal/lib/arm-linux-ghc-8.4.4"
datadir = "/home/pi/.cabal/share/arm-linux-ghc-8.4.4/mm1-0.3.3.0"
libexecdir = "/home/pi/.cabal/libexec/arm-linux-ghc-8.4.4/mm1-0.3.3.0"
datadir = "/home/pi/.cabal/share/arm-linux-ghc-8.4.4/mm1-0.3.4.0"
libexecdir = "/home/pi/.cabal/libexec/arm-linux-ghc-8.4.4/mm1-0.3.4.0"
sysconfdir = "/home/pi/.cabal/etc"

getBinDir, getLibDir, getDynLibDir, getDataDir, getLibexecDir, getSysconfDir :: IO FilePath
Expand Down
10 changes: 5 additions & 5 deletions dist/build/mm1/autogen/cabal_macros.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/* DO NOT EDIT: This file is automatically generated by Cabal */

/* package mm1-0.3.3.0 */
/* package mm1-0.3.4.0 */
#ifndef VERSION_mm1
#define VERSION_mm1 "0.3.3.0"
#define VERSION_mm1 "0.3.4.0"
#endif /* VERSION_mm1 */
#ifndef MIN_VERSION_mm1
#define MIN_VERSION_mm1(major1,major2,minor) (\
(major1) < 0 || \
(major1) == 0 && (major2) < 3 || \
(major1) == 0 && (major2) == 3 && (minor) <= 3)
(major1) == 0 && (major2) == 3 && (minor) <= 4)
#endif /* MIN_VERSION_mm1 */

/* package base-4.11.1.0 */
Expand Down Expand Up @@ -155,8 +155,8 @@
#endif /* MIN_TOOL_VERSION_strip */

#ifndef CURRENT_COMPONENT_ID
#define CURRENT_COMPONENT_ID "mm1-0.3.3.0-6eFaTkx33UL686rMlAwwz-mm1"
#define CURRENT_COMPONENT_ID "mm1-0.3.4.0-Fu9mn84HJXP5UTXy9hT3H9-mm1"
#endif /* CURRENT_COMPONENT_ID */
#ifndef CURRENT_PACKAGE_VERSION
#define CURRENT_PACKAGE_VERSION "0.3.3.0"
#define CURRENT_PACKAGE_VERSION "0.3.4.0"
#endif /* CURRENT_PACKAGE_VERSION */
8 changes: 5 additions & 3 deletions dist/doc/html/mm1/mm1/Main.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/doc/html/mm1/mm1/doc-index.html

Large diffs are not rendered by default.

Binary file modified dist/doc/html/mm1/mm1/mm1.haddock
Binary file not shown.
4,946 changes: 2,573 additions & 2,373 deletions dist/doc/html/mm1/mm1/src/Main.html

Large diffs are not rendered by default.

Binary file modified dist/setup-config
Binary file not shown.
2 changes: 1 addition & 1 deletion mm1.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- see http://haskell.org/cabal/users-guide/

name: mm1
version: 0.3.3.0
version: 0.3.4.0
synopsis: Program that reads Ukrainian text using eSpeak and SoX.
-- description:
homepage: oleksandrzhabenko.github.io/mm1
Expand Down

0 comments on commit 4bbe9fd

Please sign in to comment.