-
Notifications
You must be signed in to change notification settings - Fork 1
/
chomp.cabal
51 lines (50 loc) · 1.06 KB
/
chomp.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
name: chomp
version: 0.0.1
cabal-version: -any
build-type: Simple
license: AllRightsReserved
license-file: licenses/MIT_LICENSE
copyright: Copyright (C) Rehno Lindeque, 2011
maintainer: Rehno Lindeque <[email protected]>
build-depends: attoparsec -any, base -any, bytestring -any
stability:
homepage: lang-lang.org
package-url:
bug-reports:
synopsis: LangLang Compiler
description: A compiler/interpreter for LangLang, the programming language
category: Compilers/Interpreters
author: Rehno Lindeque <[email protected]>
tested-with:
data-files:
data-dir: ""
extra-source-files:
extra-tmp-files:
executable: chomp
main-is: Main.hs
buildable: True
build-tools:
cpp-options:
cc-options:
ld-options:
pkgconfig-depends:
frameworks:
c-sources:
default-language:
other-languages:
default-extensions:
other-extensions:
extensions:
extra-libraries:
extra-lib-dirs:
includes:
install-includes:
include-dirs:
hs-source-dirs: src
other-modules: OperationalSemantics Tests Parser SyntaxTree
ghc-prof-options:
ghc-shared-options:
ghc-options:
hugs-options:
nhc98-options:
jhc-options: