1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
-- 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
|