-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrmdf.cabal
54 lines (52 loc) · 1.83 KB
/
rmdf.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
53
54
-- Initial mandelbulb.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: rmdf
version: 0.1.0.0
synopsis: Ray Marching Distance Fields
-- 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 rmdf
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <5,
-- Want ExceptT and modify'
mtl >= 2.2.1,
transformers,
monad-control,
linear >= 1.10.1.1,
GLFW-b,
OpenGL >= 2.9.2.0,
-- After the namespace change
OpenGLRaw >= 3.0.0.0,
loop,
stm,
vector >= 0.10.11.0,
lens >= 4.3,
time,
ansi-terminal,
text,
bytestring,
containers,
async,
-- Version with the HDR writer bug fix (issue #74)
JuicyPixels >= 3.1.7,
template-haskell,
resourcet >= 1.1.2.3,
directory,
filepath,
deepseq,
async
-- hs-source-dirs:
default-language: Haskell2010
-- -ddump-simpl -ddump-to-file
ghc-options: -Wall -rtsopts -O2 -threaded -dynamic
ghc-prof-options: -fprof-auto -caf-all