aboutsummaryrefslogtreecommitdiff
path: root/package.yaml
blob: 1315c0a9cc4ca4688720f9ce8cff54e849326514 (plain) (blame)
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
name: terralloc
version: 0.1
executables:
  terralloc:
    main: Final.hs
    source-dirs: .

ghc-options:
  - -XFlexibleInstances
  - -XMultiParamTypeClasses

dependencies:
  - base
  - OpenGL
  - bytestring
  - array
  - sdl2
  - random
  - OpenGLRaw
  - AC-Angle
  - deepseq
  - containers
  - sdl2-image
  - cpu
  - template-haskell
  - filepath
  - StateVar
  - split
  - time
  - mtl