-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrust-exp.cabal
47 lines (46 loc) · 1.52 KB
/
rust-exp.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
name: rust-exp
version: 0.1.0.0
synopsis: Haskell OpenGL / GLFW application wrapping around a few Rust experiments
-- description:
license: MIT
license-file: LICENSE
author: Tim C. Schroeder
maintainer: www.blitzcode.net
-- copyright:
category: Graphics
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable rust-exp
main-is: Main.hs
hs-source-dirs: hs-src
build-depends: base >=4.8 && <5,
mtl >= 2.2.1,
transformers,
monad-control,
linear,
GLFW-b,
OpenGL,
OpenGLRaw >= 3.0.0.0,
stm,
vector,
lens,
time,
ansi-terminal,
text,
bytestring,
containers,
async,
template-haskell,
resourcet,
directory,
filepath,
deepseq,
JuicyPixels,
either
default-language: Haskell2010
ghc-options: -Wall -rtsopts -O2 -threaded -dynamic
ghc-prof-options: -fprof-auto -caf-all
-- Link against our rust library
extra-libraries: rust_exp
extra-lib-dirs: target/release/