-- Initial ukrainian-phonetics-common.cabal generated by cabal init. For -- further documentation, see http://haskell.org/cabal/users-guide/ name: ukrainian-phonetics-common version: 0.1.1.0 synopsis: A library to work with the basic Ukrainian phonetics and syllable segmentation. description: The functionality that is shared by the two dependent packages - ukrainian-phonetics-basic-array and ukranian-phonetics-basic-array-bytestring. homepage: https://hackage.haskell.org/package/ukrainian-phonetics-common 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: Melodics.Ukrainian.Common2 -- other-modules: other-extensions: BangPatterns build-depends: base >=4.8 && <5, mmsyn2-array >=0.3 && <1 -- hs-source-dirs: default-language: Haskell2010