Skip to content

Commit

Permalink
Update from Hackage at 2020-03-11T21:27:17Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Mar 11, 2020
1 parent 573109d commit ec7ac13
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
35 changes: 35 additions & 0 deletions mmsyn7h/0.7.4.0/mmsyn7h.cabal
@@ -0,0 +1,35 @@
-- Initial mmsyn7h.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/

name: mmsyn7h
version: 0.7.4.0
synopsis: Produces a sound recording specified by the Ukrainian text.
description: A program and a library that are used with mmsyn7ukr (or separately) and are similar to mmsyn6ukr executable. The program uses the data files in the current directory instead of ones in the system defined directories. It reads Ukrainian text with the given by data files sounds.
homepage: https://hackage.haskell.org/package/mmsyn7h
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: olexandr543@yahoo.com
copyright: (c) Oleksandr Zhabenko 2019-2020
category: Language
build-type: Simple
extra-source-files: ChangeLog.md, README.markdown, Map.txt
cabal-version: >=1.10

library
exposed-modules: MMSyn7h, Main
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <4.14, process >=1.4 && <1.8, vector >=0.11 && <0.14, bytestring >=0.10 && < 0.12, mmsyn2 >=0.1.7 && <1, directory >=1.2.5 && <1.4, mmsyn6ukr >=0.6.2 && <1, mmsyn3 >=0.1.4 && <1, mmsyn7s >=0.1 && <1, mmsyn7ukr >=0.11 && <1
-- hs-source-dirs:
default-language: Haskell2010


executable mmsyn7h
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <4.14, process >=1.4 && <1.8, vector >=0.11 && <0.14, bytestring >=0.10 && <0.12, mmsyn2 >=0.1.7 && <1, directory >=1.2.5 && <1.4, mmsyn6ukr >=0.6.2 && <1, mmsyn3 >=0.1.4 && <1, mmsyn7s >=0.1 && <1, mmsyn7ukr >=0.11 && <1
ghc-options: -threaded
-- hs-source-dirs:
default-language: Haskell2010
1 change: 1 addition & 0 deletions mmsyn7h/0.7.4.0/mmsyn7h.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"c35a93197f790ff5b0dacb0a87432369","Skein512_512":"aa020a9a782d617aaeb919fc4493d30535f7af0a286a77fef448b90206a96566466ba7610109f9da0e0a4a4c893a815a40e2abc455a29c2a99dc0dbcc9a9698b","SHA1":"17dc7d84e31ca14384a37bddde5c9174daad5096","SHA512":"d55a44c6dceb0d1e54432e6c872b9747b2f2fbc9815049576b22bd46c8d37563064c2c6053f7657c661bc60e245dbc90303c9929f155434f8e3f6d8716e4a8a4","SHA256":"dd518a54eec6b866c09ed9755d61f3b7700f9c087f222bdf9b0a3dad66cea77e"},"package-locations":["https://hackage.haskell.org/package/mmsyn7h-0.7.4.0/mmsyn7h-0.7.4.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/mmsyn7h-0.7.4.0.tar.gz"],"package-size":7536}
2 changes: 1 addition & 1 deletion mmsyn7h/preferred-versions
@@ -1 +1 @@
mmsyn7h >=0.7.2
mmsyn7h >=0.7.4

0 comments on commit ec7ac13

Please sign in to comment.