-- Initial mmsyn7ukr-common.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: mmsyn7ukr-common
version: 0.3.0.0
synopsis: Some common for mmsyn7ukr and mmsyn7ukr-array functionality using SoX.
description: A program and a library that can be used as a simple basic interface to some SoX functionality.
homepage: https://hackage.haskell.org/package/mmsyn7ukr-common
bug-reports: https://github.com/Oleksandr-Zhabenko/mmsyn7ukr-common/issues
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: olexandr.zhabenko@yahoo.com
copyright: (c) Oleksandr Zhabenko 2019-2022, 2024
category: Language, Sound
build-type: Simple
extra-source-files: ChangeLog.md, README.md
cabal-version: >=1.10
library
exposed-modules: Sound.SoXBasics, Sound.SoXBasics1, Parser.ReplaceP, Sound.Control.Exception.FinalException
-- other-modules:
other-extensions:
build-depends: base >=4.13 && <5, process >=1.4 && <2, directory >=1.2.5 && <2, end-of-exe ==0.1.2.0
-- hs-source-dirs:
default-language: Haskell2010