-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelixir-parser.cabal
More file actions
40 lines (36 loc) · 952 Bytes
/
Copy pathelixir-parser.cabal
File metadata and controls
40 lines (36 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
31
32
33
34
35
36
37
38
39
40
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 477fa5655fcad11bd19a58718e946064e6ae37ed678b592253e31239950e35ae
name: elixir-parser
version: 0.0.1.0
homepage: https://github.com/JerzyDziala/elixir_parser#readme
bug-reports: https://github.com/JerzyDziala/elixir_parser/issues
author: Jerzy Dziala
maintainer: jerzy.dziala@gmail.com
copyright: 2020 Jerzy Dziala
license: BSD3
build-type: Simple
source-repository head
type: git
location: https://github.com/JerzyDziala/elixir_parser
library
exposed-modules:
Parser
other-modules:
Annotations
AST
Combinators
Result
Utils
Paths_elixir_parser
hs-source-dirs:
src
src/tree
src/parser
src/convenience
build-depends:
base >=4.7 && <5
default-language: Haskell2010