-- Initial phonetic-languages-filters-array.cabal generated by cabal init.
-- For further documentation, see http://haskell.org/cabal/users-guide/
name: phonetic-languages-filters-array
version: 0.1.0.0
synopsis: Allows to change the structure of the function output.
description: Allows to change the structure of the function output for the data types that have instances of the RealFrac class. Is rewritten from the predecessor uniqueness-periods-vector-filters package.
homepage: https://hackage.haskell.org/package/phonetic-languages-filters-array
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: olexandr543@yahoo.com
copyright: Oleksandr Zhabenko
category: Data
build-type: Simple
extra-source-files: CHANGELOG.md
cabal-version: >=1.10
library
exposed-modules: Phonetic.Languages.Filters
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <5, filters-basic >=0.1.1 && <1, mmsyn2-array >=0.1.1 && <1
-- hs-source-dirs:
default-language: Haskell2010