-- Initial phonetic-languages-simplified-properties-lists-double.cabal generated by cabal init. -- For further documentation, see http://haskell.org/cabal/users-guide/ name: phonetic-languages-simplified-properties-lists-double version: 0.2.0.0 synopsis: A generalization of the uniqueness-periods-vector-properties package. description: Is a simplified version of the functionality of the former one. Uses lists as main processment data. Uses Double whenever applicable. Please, consider switching to the phonetic-languages-simplified-examples-array package related functionality. It is still under development and introducing new advanced features being more optimized. homepage: https://hackage.haskell.org/package/phonetic-languages-simplified-properties-lists-double license: MIT license-file: LICENSE author: OleksandrZhabenko maintainer: olexandr543@yahoo.com -- copyright: category: Language, Math build-type: Simple extra-source-files: CHANGELOG.md cabal-version: >=1.10 library exposed-modules: Phonetic.Languages.Lists.Ukrainian.PropertiesFuncRepG2, Phonetic.Languages.Lists.Ukrainian.PropertiesSyllablesG2 -- other-modules: other-extensions: BangPatterns, CPP build-depends: base >=4.8 && <4.15, vector >=0.11 && <0.14, phonetic-languages-rhythmicity >=0.1.2 && <0.2, phonetic-languages-simplified-common >=0.4 && <1, ukrainian-phonetics-basic >=0.4.1 && <1 -- hs-source-dirs: default-language: Haskell2010