-- Initial phonetic-languages-simplified-base.cabal generated by cabal
-- init. For further documentation, see
-- http://haskell.org/cabal/users-guide/
name: phonetic-languages-simplified-base
version: 0.4.0.0
synopsis: A basics of the phonetic-languages functionality.
description: The common for different realizations functionality. Just the necessary one.
homepage: https://hackage.haskell.org/package/phonetic-languages-simlified-base
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: olexandr543@yahoo.com
copyright: Oleksandr Zhabenko
category: Language,Math,Game
build-type: Simple
extra-source-files: CHANGELOG.md
cabal-version: >=1.10
library
exposed-modules: Phonetic.Languages.Simplified.DataG.Base, Phonetic.Languages.Simplified.StrictVG.Base, Phonetic.Languages.Simplified.Lists.UniquenessPeriodsG.Base
-- other-modules:
other-extensions: BangPatterns, FlexibleContexts, MultiParamTypeClasses
build-depends: base >=4.8 && <4.16, subG >=0.5.2 && <1, phonetic-languages-permutations-array >=0.2 && <1
-- hs-source-dirs:
default-language: Haskell2010