-- Initial axis-of-eval.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: axis-of-eval version: 0.0.0.1 -- synopsis: -- description: homepage: axis.childrenofmay.org license: AllRightsReserved author: Andrew Cady maintainer: d@childrenofmay.org -- copyright: category: Sound build-type: Simple cabal-version: >=1.10 executable axis-of-eval default-language: Haskell2010 hs-source-dirs: . build-depends: base, time, SDL, SDL-ttf, SDL-gfx, containers, haskore, alsa-seq, alsa-core main-is: axis.hs other-modules: AlsaSeq executable midi-dump default-language: Haskell2010 hs-source-dirs: . build-depends: base, time, containers, haskore, alsa-seq, alsa-core, mtl, clock, sqlite-simple, bytestring, base-prelude main-is: midi-dump.hs other-modules: AlsaSeq ghc-options: -threaded -W -Wall -O2