packages feed

dobutokO2-0.2.0.0: dobutokO2.cabal

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

name:                dobutokO2
version:             0.2.0.0
synopsis:            A program and a library to create experimental music from a mono audio and a Ukrainian text
description:         It can also create a timbre for the notes
homepage:            https://hackage.haskell.org/package/dobutokO2
license:             MIT
license-file:        LICENSE
author:              OleksandrZhabenko
maintainer:          olexandr543@yahoo.com
-- copyright:
category:            Sound
build-type:          Simple
extra-source-files:  CHANGELOG.md, README.markdown
cabal-version:       >=1.10

library
  exposed-modules:     Main, DobutokO.Sound
  -- other-modules:
  -- other-extensions:
  build-depends:       base >=4.7 && <4.14, vector >=0.11 && <0.14, process >=1.4 && <1.8, mmsyn3 >=0.1.4 && <1, mmsyn7s >=0.6.4 && <1, directory >=1.2.5 && <1.6, mmsyn7ukr >=0.15.3 && <1
  -- hs-source-dirs:
  default-language:    Haskell2010

executable dobutokO2
  main-is:             Main.hs
  -- other-modules:
  -- other-extensions:
  build-depends:       base >=4.7 && <4.14, vector >=0.11 && <0.14, process >=1.4 && <1.8, mmsyn3 >=0.1.4 && <1, mmsyn7s >=0.6.4 && <1, directory >=1.2.5 && <1.6, mmsyn7ukr >=0.15.3 && <1
  -- hs-source-dirs:
  default-language:    Haskell2010