-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgateaas-compiler.cabal
35 lines (33 loc) · 1.1 KB
/
gateaas-compiler.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
cabal-version: >=1.10
-- Initial package description 'gateaas.cabal' generated by 'cabal init'.
-- For further documentation, see http://haskell.org/cabal/users-guide/
name: gateaas-compiler
version: 0.1.0.0
-- synopsis:
-- description:
-- bug-reports:
-- license:
license-file: LICENSE
author: Jacob Barber
maintainer: [email protected]
-- copyright:
-- category:
build-type: Simple
extra-source-files: CHANGELOG.md, README.md
executable gateaas-compiler
main-is: Main.hs
other-modules: Model, Parser, Interpreter.Docker, Interpreter.Resolver
build-depends:
base >=4.13 && <5,
Earley >0.13,
optparse-applicative >=0.16,
recursion-schemes >=5.2,
MonadRandom >=0.5,
ListLike,
containers,
split,
pretty-simple,
mtl
hs-source-dirs: gateaas-compiler
default-language: Haskell2010
ghc-options: -Wall