-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathunlambda.cabal
More file actions
30 lines (27 loc) · 1.09 KB
/
unlambda.cabal
File metadata and controls
30 lines (27 loc) · 1.09 KB
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
Name: unlambda
Version: 0.1.1
Synopsis: Unlambda interpreter and REPL.
Description:
unlambda is a Haskell implementation of the programming
language Unlambda(http://www.madore.org/~david/programs/unlambda/).
.
This version is largely based on [this](https://github.com/bwo/unlambda/blob/master/unlambda.hs).
License: GPL
License-file: LICENSE
Author: Veit Heller <veitheller.de>
Maintainer: Veit Heller <github.com/hellerve>
Bug-Reports: http://github.com/hellerve/unlambda/issues
Build-Type: Simple
Category: Compilers/Interpreters, Language
Tested-with: GHC == 7.8.4, GHC == 7.6.3
Cabal-Version: >= 1.2
Extra-Source-Files: README.md
LICENSE
Source-Repository head
Type: git
Location: git://github.com/hellerve/unlambda.git
Executable unlambda
Build-Depends: base, mtl, transformers
Extensions: ExistentialQuantification CPP
ghc-options: -Wall -Werror -O2
Main-is: unlambda.hs