File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : language-python
22version : 0.5.8
33cabal-version : >= 1.6
4- synopsis : Parsing and pretty printing of Python code.
5- description : language-python is a Haskell library for lexical analysis, parsing
6- and pretty printing Python code. It supports versions 2.x and 3.x of Python.
4+ synopsis : Parsing and pretty printing of Python code.
5+ description : language-python is a Haskell library for lexical analysis, parsing
6+ and pretty printing Python code. It supports versions 2.x and 3.x of Python.
77category : Language
88license : BSD3
99license-file : LICENSE
1010copyright : (c) 2008-2019 Bernard James Pope
1111author : Bernard James Pope (Bernie Pope)
1212maintainer : florbitous@gmail.com
13- homepage : http://github.com/bjpop/language-python
13+ homepage : http://github.com/bjpop/language-python
1414build-type : Simple
1515stability : experimental
1616extra-source-files : src/Language/Python/Version3/Parser/Parser.y
@@ -24,7 +24,7 @@ source-repository head
2424 location : https://github.com/bjpop/language-python
2525
2626Library
27- hs-source-dirs : src
27+ hs-source-dirs : src
2828 ghc-options : -fwarn-incomplete-patterns -fwarn-unused-imports -fwarn-warnings-deprecations
2929 build-depends :
3030 base == 4. *,
You can’t perform that action at this time.
0 commit comments