-- 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.8.0.0
synopsis: A basics of the phonetic-languages functionality that can be groupped.
description: The common for different realizations of PhLADiPreLiO functionality. Just the necessary one.
homepage: https://hackage.haskell.org/package/phonetic-languages-simlified-base
bug-reports: https://github.com/Oleksandr-Zhabenko/phonetic-languages-simplified-base/issues
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, README.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, monoid-insertleft ==0.1.0.1, phonetic-languages-permutations-array ==0.5.0.0, phonetic-languages-basis ==0.3.0.0, minmax ==0.1.1.0
-- hs-source-dirs:
default-language: Haskell2010