Cabal revisions of language-python-0.1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: language-python version: 0.1.1+x-revision: 1 cabal-version: >= 1.2 synopsis: Parsing and pretty printing of Python code. description: language-python is a Haskell library for parsing and pretty printing Library hs-source-dirs: src- build-depends: base, containers, pretty, bytestring, array- build-tools: happy, alex+ build-depends: base < 4.4, containers < 0.4.2, pretty < 1.1, bytestring, array+ build-tools: happy, alex < 2.4 exposed-modules: Language.Python.Data.SrcLocation Language.Python.Version3.Parser