-- 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.2.0.0
synopsis: A simplified version of the phonetic-languages functionality common for some different realizations.
description: A simplified version of the phonetic-languages functionality. Tries to use only necessary functionality and reduce the other ones.
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.15, subG >=0.4.2 && <1, phonetic-languages-permutations-array >=0.1 && <1
-- hs-source-dirs:
default-language: Haskell2010