-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlambda-lifting.cabal
More file actions
25 lines (24 loc) · 893 Bytes
/
Copy pathlambda-lifting.cabal
File metadata and controls
25 lines (24 loc) · 893 Bytes
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
Name: lambda-lifting
Version: 0.0
Description: A visualizer for the Lambda Lifting game (ICFPC '12)
License: GPL
License-file: LICENSE
Author: Yiannis Tsiouris, Ilias Tsitsimpis
Maintainer: Yiannis Tsiouris <gtsiour@softlab.ntua.gr>
Build-type: Simple
Category: Game
Cabal-version: >= 1.2
Executable Game
Main-Is: Game.hs
Build-Depends: base >= 4.3,
array >= 0.4,
transformers >= 0.3,
mtl >= 2.1,
bytestring >= 0.9,
monad-loops >= 0.3,
StateVar >= 1.0,
OpenGL >= 2.2,
GLUT >= 2.1,
graphics-drawingcombinators >= 1.1
ghc-options: -Wall -O2
extensions: ScopedTypeVariables, DoAndIfThenElse