-
Notifications
You must be signed in to change notification settings - Fork 2
/
tidal-gui.cabal
52 lines (50 loc) · 1.52 KB
/
tidal-gui.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
-- Initial tidal-gui.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: tidal-gui
version: 0.1.0.0
-- synopsis:
-- description:
license: BSD3
license-file: LICENSE
author: polymorphicengine
maintainer: [email protected]
-- copyright:
-- category:
build-type: Simple
extra-source-files: CHANGELOG.md
cabal-version: >=1.10
executable tidal-gui
main-is: Main.hs
other-modules: Parse
Configure
Hint
Ui
Backend
Frontend
-- other-extensions:
ghc-options: -threaded
-Wall
-dynamic
build-depends: base,
threepenny-gui,
hint == 0.9.0.8,
tidal == 1.10.0,
parsec,
mtl,
filepath,
hosc == 0.20,
containers,
random,
silently,
directory,
exceptions,
deepseq,
clock
if os(windows)
build-depends: snap-core < 1.0.5.0,
ghc-prim < 0.8.0
hs-source-dirs: src
default-language: Haskell2010
ld-options: -Wl,-rpath -Wl,$ORIGIN/c-libs
if os(darwin)
ld-options: -mmacosx-version-min=10.9