-- Initial really-simple-xml-parser.cabal generated by cabal init. For -- further documentation, see http://haskell.org/cabal/users-guide/ name: really-simple-xml-parser version: 0.3.0.0 synopsis: A really simple XML parser description: A really simple and trivial XML parser using the Parsec library homepage: http://website-ckkashyap.rhcloud.com license: PublicDomain license-file: LICENSE author: CK Kashyap maintainer: ckkashyap@gmail.com -- copyright: category: Language build-type: Simple cabal-version: >=1.8 library exposed-modules: RSXP -- other-modules: build-depends: base ==4.5.* , parsec source-repository head type: git location: https://github.com/ckkashyap/really-simple-xml-parser