-
Notifications
You must be signed in to change notification settings - Fork 0
/
drool.cabal
27 lines (25 loc) · 1.01 KB
/
drool.cabal
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
name: drool
version: 0.1.0
cabal-version: >=1.2
build-type: Simple
license: AllRightsReserved
license-file: LICENSE
author: Tobias Fuchs
maintainer: [email protected]
data-dir: ""
executable drool
ghc-options: -O2 -rtsopts -threaded -ferror-spans -feager-blackholing
-- -feager-blackholing
build-depends: GLUT -any, OpenGL -any, array -any, carray -any,
base -any, glade -any, gtk -any,
gtk2hs-cast-glade -any, gtkglext -any, mtl -any,
pulse-simple -any, fft -any, hmatrix -any,
FTGL -any
main-is: Drool/Main.hs
buildable: True
hs-source-dirs: src
other-modules: Drool.UI.SignalBufferOptions Drool.Utils.Conversions
Drool.ApplicationContext Drool.UI.SignalSourceOptions Drool.Types
Drool.UI.TransformationOptions Drool.UI.FeatureExtractionOptions
Drool.Utils.SigGen Drool.UI.GLWindow Drool.Utils.RenderHelpers
Drool.Utils.Transformation