-- Initial mmsyn7ukr-common.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: mmsyn7ukr-common
version: 0.1.1.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
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: olexandr543@yahoo.com
copyright: (c) Oleksandr Zhabenko 2019-2021
category: Language, Sound
build-type: Simple
extra-source-files: ChangeLog.md, README.markdown
cabal-version: >=1.10
library
exposed-modules: Sound.SoXBasics, Sound.SoXBasics1, Parser.ReplaceP, Sound.Control.Exception.FinalException
-- other-modules:
other-extensions: CPP, DeriveDataTypeable
build-depends: base >=4.7 && <4.15, process >=1.4 && <1.9, directory >=1.2.5 && <1.5, mmsyn3 >=0.1.5 && <1
-- hs-source-dirs:
default-language: Haskell2010