packages feed

phladiprelio-general-shared-0.1.0.0: phladiprelio-general-shared.cabal

cabal-version:      2.4
name:               phladiprelio-general-shared
version:            0.1.0.0

-- A short (one-line) description of the package.
synopsis:           A shared by different general implementations of the PhLADiPreLiO functionality.

-- A longer description of the package.
description:        Is intended to be used by both old phonetic-languages-simplified-generalized-examples-array and new phladiprelio-general-simple packages.

-- A URL where users can report bugs.
-- bug-reports:

-- The license under which the package is released.
license:            MIT
author:             Oleksandr Zhabenko
maintainer:         oleksandr.zhabenko@yahoo.com

-- A copyright notice.
copyright:          Oleksandr Zhabenko
category:           Language, Math, Data
extra-source-files: CHANGELOG.md, README.md

library
    exposed-modules:  Phladiprelio.General.Parsing

    -- LANGUAGE extensions used by modules in this package.
    other-extensions: BangPatterns, NoImplicitPrelude
    build-depends:    base >=4.13 && <5, phonetic-languages-phonetics-basics ==0.10.0.2
    hs-source-dirs:   .
    default-language: Haskell2010