-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlua2jass.cabal
More file actions
25 lines (21 loc) · 869 Bytes
/
lua2jass.cabal
File metadata and controls
25 lines (21 loc) · 869 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
cabal-version: 3.4
name: lua2jass
version: 0.1.0.0
license: AGPL-3.0-only
license-file: LICENSE
author: lep
maintainer: lep.delete@googlemail.com
category: Language
build-type: Simple
executable lua2jass
main-is: Main.hs
default-language: Haskell2010
build-depends: base, mtl, containers, binary, hashable,
parser-combinators, megaparsec, bytestring, file-embed,
filepath, text, optparse-applicative,
alex-tools, template-haskell, language-lua
-- ==0.11.0.1
other-modules: Compiler.Bytecode, Compiler.Lua, Compiler.Natives,
Compiler.Preprocess, Data.Composeable, Data.MonoidMap,
Jass.Ast, Jass.Parser, Jass.Printer
hs-source-dirs: src