-- 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 >= 4.5 && < 4.7, time, SDL, SDL-ttf, SDL-gfx, containers, haskore, alsa-seq, alsa-core, netwire (>= 5.0.0) main-is: axis.hs executable midi-dump default-language: Haskell2010 hs-source-dirs: . build-depends: base >= 4.5 && < 4.7, time, containers, haskore, alsa-seq, alsa-core main-is: midi-dump.hs