summaryrefslogtreecommitdiff
path: root/axis-of-eval.cabal
blob: ef1bbe733feaa0a8c7ac825f9100bf6b61a79454 (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
-- 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
  default-language: Haskell2010
  hs-source-dirs: .
  build-depends:
    base, time, SDL, SDL-ttf, SDL-gfx, containers, haskore, alsa-seq, alsa-core, base-prelude, mtl
  main-is: axis.hs
  ghc-options: -threaded -W -Wall -O2
  other-modules: AlsaSeq, AlsaShutUp
  cc-options: -fPIC
  c-sources: alsa_shut_up.c

executable rtq
  default-language: Haskell2010
  hs-source-dirs: .
  build-depends:
    base, time, clock, base-prelude, psqueues, transformers, mtl, semigroups
  main-is: rtq.hs
  other-modules: RealTimeQueue
  ghc-options: -threaded -W -Wall -O2

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, midi-alsa, midi, psqueues,
    transformers, semigroups, HCodecs, threads
  main-is: midi-dump.hs
  other-modules: AlsaSeq, Midi, RealTimeQueue, AlsaShutUp
  ghc-options: -threaded -W -Wall -O2 -rtsopts
  cc-options: -fPIC
  c-sources: alsa_shut_up.c