Cabal revisions of language-python-0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: language-python version: 0.2+x-revision: 1 cabal-version: >= 1.2 synopsis: Parsing and pretty printing of Python code. description: language-python is a Haskell library for lexical analysis, parsing Library hs-source-dirs: src- build-depends: base >= 4 && < 5, containers, pretty, array, transformers, monads-tf- build-tools: happy, alex+ build-depends: base >= 4 && < 4.4, containers < 0.4.2, pretty < 1.1, array, transformers, monads-tf+ build-tools: happy, alex < 2.4 exposed-modules: Language.Python.Common Language.Python.Common.ParseError