-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathlanguage-python-test.cabal
More file actions
53 lines (48 loc) · 1.37 KB
/
language-python-test.cabal
File metadata and controls
53 lines (48 loc) · 1.37 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name: language-python-test
version: 0.6.2
cabal-version: >= 1.8
synopsis: testing code for the language-python library
description: A few executables to test 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
tested-with:
GHC == 9.8.4
GHC == 9.6.1
GHC == 9.4.4
GHC == 9.2.7
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
GHC == 8.6.5
GHC == 8.4.4
GHC == 8.2.2
GHC == 8.0.2
GHC == 7.10.3
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.6.2
Executable language-python-tokens
hs-source-dirs:
./src
main-is: Tokens.hs
other-modules:
build-depends: base == 4.*, language-python == 0.6.2
Executable language-python-parse-pretty
hs-source-dirs:
./src
main-is: ParsePretty.hs
other-modules:
build-depends: base == 4.*, language-python == 0.6.2