Cabal revisions of language-python-0.4.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: language-python version: 0.4.0+x-revision: 1 cabal-version: >= 1.6 synopsis: Parsing and pretty printing of Python code. description: language-python is a Haskell library for lexical analysis, parsing author: Bernard James Pope (Bernie Pope) maintainer: florbitous@gmail.com homepage: http://github.com/bjpop/language-python -build-depends: base build-type: Simple stability: experimental extra-source-files: src/Language/Python/Version3/Parser/Parser.y build-depends: base == 4.*,- containers == 0.5.*,+ containers >= 0.5 && < 0.5.8, pretty == 1.1.*, array == 0.4.*, transformers == 0.3.*,