-
Notifications
You must be signed in to change notification settings - Fork 0
/
aith.cabal
47 lines (44 loc) · 1.01 KB
/
aith.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
cabal-version: 2.4
name: aith
version: 0.1.0.0
license: GPL-3.0-only
license-file: LICENSE
maintainer: Hexagonalstar64@gmail.com
author: Superstar64
executable aith
hs-source-dirs: source
other-modules:
Misc.Boolean
Misc.Util
Misc.Prism
Misc.Isomorph
Misc.Syntax
C.Ast
C.Print
Linearity
Ast.Symbol
Ast.Surface
Ast.Core
TypeCheck
Syntax
Simple
Codegen
default-language: Haskell2010
default-extensions:
MultiParamTypeClasses
DeriveTraversable
NoMonomorphismRestriction
ScopedTypeVariables
GeneralizedNewtypeDeriving
LambdaCase
MultiWayIf
NamedFieldPuns
ghc-options: -W -Worphans -Wcompat -Wincomplete-uni-patterns -rtsopts=all
build-depends:
base,
containers,
directory,
filepath,
transformers,
megaparsec
main-is: Main.hs