-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnaskets.cabal
More file actions
30 lines (27 loc) · 952 Bytes
/
naskets.cabal
File metadata and controls
30 lines (27 loc) · 952 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
26
27
28
29
30
cabal-version: 3.0
name: naskets
version: 0.0.0.1
synopsis: A programming language based on System Fωμ*
license: GPL-3.0-only
author: Nezk
category: Language
build-type: Simple
executable naskets
hs-source-dirs: src
ghc-options: -Wall
main-is: Main.hs
other-modules: Equiv ,
Eval ,
Parser ,
Pretty ,
Run ,
Syntax ,
Typechecker,
Utils
build-depends: base >= 4.21,
containers ,
mtl ,
parsec ,
filepath ,
directory ,
text