-
Notifications
You must be signed in to change notification settings - Fork 0
/
language.cabal
28 lines (27 loc) · 895 Bytes
/
language.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
name: vooj
version: 0.1
license: GPL-2
author: Sam Griffin
maintainer: Sam Griffin
synopsis: visual language
description: Pure Functional Visual Language, with editor
category: Languages
stability: Experimental
cabal-version: >= 1.6
build-type: Simple
data-files: data/functions/*.bmp, data/*.bmp
Executable vooj
Main-is: Main.hs
hs-source-dirs: src
Build-Depends: base >= 4
, SDL > 0.4.0
, containers >= 0.4.2.1
, directory >= 1.1.0.2
, SDL-gfx >= 0.6.0
, SDL-ttf >= 0.6.0
, stm >= 2.2
, ghc-prim
, cereal >= 0.3.5.1
, bytestring >= 0.9.2.1
, mtl >= 2.1.1
, random >= 1.0.1.1