-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlanguage-python-test.cabal
More file actions
39 lines (35 loc) · 1.17 KB
/
language-python-test.cabal
File metadata and controls
39 lines (35 loc) · 1.17 KB
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
name: language-python-test
version: 0.5.6
cabal-version: >= 1.6
synopsis: testing code for the language-python library
description: testing code for the language-python library
category: Language
license: BSD3
license-file: LICENSE
copyright: (c) 2014-2019 Bernard James Pope
author: Bernard James Pope (Bernie Pope)
maintainer: florbitous@gmail.com
homepage: http://github.com/bjpop/language-python-test
build-type: Simple
stability: experimental
source-repository head
type: git
location: https://github.com/bjpop/language-python-test
Executable language-python-roundtrip
hs-source-dirs:
./src
main-is: RoundTrip.hs
other-modules:
build-depends: base == 4.*, language-python == 0.5.6
Executable language-python-tokens
hs-source-dirs:
./src
main-is: Tokens.hs
other-modules:
build-depends: base == 4.*, language-python == 0.5.6
Executable language-python-parse-pretty
hs-source-dirs:
./src
main-is: ParsePretty.hs
other-modules:
build-depends: base == 4.*, language-python == 0.5.6