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

name:                soundgen
version:             0.1.0.0
synopsis:            sound generator
description:         Simple tone generator. You can decide the tone frequency and duration
license:             BSD3
license-file:        LICENSE
author:              Luca Ciciriello
maintainer:          luca_ciciriello@hotmail.com
-- copyright:           
category:            Sound
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

executable soundgen
  main-is:             Main.hs
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.5 && < 5.10, WAVE, split
  hs-source-dirs:      src
  default-language:    Haskell2010