-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathargand.cabal
32 lines (23 loc) · 958 Bytes
/
argand.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
name: argand
version: 0.1.0.0
synopsis: Implementation of the typesetting language IDEAL
description:
Argand is a variant of IDEAL, Christopher J. Van Wyk's
graphics typesetting language.
homepage: https://github.com/ALPHA-60/argand
license: PublicDomain
-- license-file: LICENSE
author: Bojan Petrović, David Kaloper
maintainer: [email protected], [email protected]
-- copyright:
category: Language, Text, Graphics
-- build-type: Simple
build-type: Custom
cabal-version: >=1.16
executable argand
main-is: Argand.hs
Hs-source-dirs: src
other-modules: Lexer, Parser
extensions: BangPatterns
build-depends: base ==4.6.0.1, array >= 0.4.0.0, filepath ==1.3.*, mtl == 2.1.*, containers==0.5.*, either ==4.*
build-tools: alex == 3.*, happy