packages feed

ukrainian-phonetics-basic-0.3.1.2: ukrainian-phonetics-basic.cabal

-- Initial ukrainian-phonetics-basic.cabal generated by cabal init.  For
-- further documentation, see http://haskell.org/cabal/users-guide/

name:                ukrainian-phonetics-basic
version:             0.3.1.2
synopsis:            A library to work with the basic Ukrainian phonetics and syllable segmentation.
description:         A library to work with the basic Ukrainian phonetics and syllable segmentation. Rewritten from the mmsyn6ukr and mmsyn7s packages.
homepage:            https://hackage.haskell.org/package/ukrainian-phonetics-basic
license:             MIT
license-file:        LICENSE
author:              OleksandrZhabenko
maintainer:          olexandr543@yahoo.com
copyright:           Oleksandr Zhabenko
category:            Language
build-type:          Simple
extra-source-files:  CHANGELOG.md
cabal-version:       >=1.10

library
  exposed-modules:     Languages.Phonetic.Ukrainian.Syllable, Melodics.ByteString.Ukrainian
  -- other-modules:
  other-extensions:    DeriveDataTypeable, FlexibleInstances, OverloadedStrings
  build-depends:       base >=4.7 && <4.15, vector >=0.11 && <0.14, mmsyn2 >=0.3 && <1, bytestring >=0.10 && <0.13, mmsyn5 >=0.5 && <1
  -- hs-source-dirs:
  default-language:    Haskell2010