-- Initial really-simple-xml-parser.cabal generated by cabal init. For -- further documentation, see http://haskell.org/cabal/users-guide/ name: urxml version: 0.2.0.0 synopsis: XML parser-printer supporting Ur/Web syntax extensions description: UrXML is yet another XML parser/pretty-printer based on [RSXP](http://hackage.haskell.org/package/really-simple-xml-parser) package by CK Kashyap. UrXML is vim-friendly and can be used to pretty-print the XML-fragment of non-XML file. Additionaly, the tool is able to translate the usual XML into [Ur/Web](http://www.impredicative.com/ur/) dialect of XML (uses several hardcoded rules) homepage: http://github.com/grwlf/urxml license: PublicDomain license-file: LICENSE author: Sergey Mironov maintainer: grrwlf@gmail.com -- copyright: category: Development,Ur/Web build-type: Simple cabal-version: >=1.8 executable urxml main-is: UrXML.hs build-depends: base == 4.6.*, parsec, mtl, optparse-applicative, syb, filepath, process hs-source-dirs: src