packages feed

ukrainian-phonetics-common-0.2.0.0: ukrainian-phonetics-common.cabal

-- Initial ukrainian-phonetics-common.cabal generated by cabal init.  For
-- further documentation, see http://haskell.org/cabal/users-guide/

name:                ukrainian-phonetics-common
version:             0.2.0.0
synopsis:            A library to work with the basic Ukrainian phonetics and syllable segmentation. 
description:         The functionality that is shared by the two dependent packages - ukrainian-phonetics-basic-array and ukranian-phonetics-basic-array-bytestring.
homepage:            https://hackage.haskell.org/package/ukrainian-phonetics-common
license:             MIT
license-file:        LICENSE
author:              OleksandrZhabenko
maintainer:          oleksandr.zhabenko@yahoo.com
copyright:           Oleksandr Zhabenko
category:            Language
build-type:          Simple
extra-source-files:  CHANGELOG.md
cabal-version:       >=1.10

library
  exposed-modules:     Phladiprelio.Ukrainian.Common2
  -- other-modules:
  other-extensions:    BangPatterns, NoImplicitPrelude
  build-depends:       base >=4.13 && <5, mmsyn2-array ==0.3.1.1
  -- hs-source-dirs:
  default-language:    Haskell2010