-- 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.7.0.0 synopsis: A basics of the phonetic-languages functionality that can be groupped. 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: oleksandr.zhabenko@yahoo.com copyright: Oleksandr Zhabenko category: Language,Math,Game build-type: Simple extra-source-files: CHANGELOG.md cabal-version: >=1.10 library exposed-modules: Phladiprelio.DataG, Phladiprelio.StrictVG, Phladiprelio.Partir -- other-modules: other-extensions: BangPatterns, FlexibleContexts, MultiParamTypeClasses, NoImplicitPrelude build-depends: base >=4.13 && <5, subG ==0.6.1.0, phonetic-languages-permutations-array ==0.4.0.0, phonetic-languages-basis ==0.3.0.0 -- hs-source-dirs: default-language: Haskell2010