-- Initial commands.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: commands version: 0.0.0 synopsis: control your computer by voice, with "grammar combinators" description: control your computer by voice, with "grammar combinators" homepage: https://github.com/sboosali/commands license: MIT license-file: LICENSE author: Spiros Boosalis maintainer: samboosalis@gmail.com -- copyright: category: Voice Control, Speech Recognition, Natural Language Processing build-type: Simple -- extra-source-files: cabal-version: >=1.10 executable commands main-is: Main.hs hs-source-dirs: executables default-language: Haskell2010 build-depends: base ==4.7.*