forked from RikkiGibson/variational-compiler
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvariational-editor-backend.cabal
More file actions
36 lines (33 loc) · 981 Bytes
/
variational-editor-backend.cabal
File metadata and controls
36 lines (33 loc) · 981 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
31
32
33
34
35
36
name: variational-editor-backend
version: 0.1.0.0
synopsis: Compiler for text files with variational constructs
homepage: https://github.com/lambda-land/variational-editor-backend
license: MIT
author: Rikki Gibson and Cody Ray Hoeft
maintainer: rikkigibson@gmail.com
category: Language
build-type: Simple
cabal-version: >= 1.24
source-repository head
type: git
location: https://github.com/lambda-land/variational-editor-backend
branch: master
executable variational-parser
hs-source-dirs: src
main-is: Parser.hs
default-language: Haskell2010
other-modules:
VariationalCompiler.Entities
VariationalCompiler.Json
VariationalCompiler.Parser
build-depends:
base,
aeson,
megaparsec,
bytestring,
scientific,
text,
aeson-pretty,
mtl,
unordered-containers
-- ghc-options: