cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 39ea4a921a9e102647575a9f6f66b5b75284c554a52c24b53fb9f65fc3f30bc3 name: polysoup version: 0.2.1 synopsis: Online XML parsing with polyparse and tagsoup description: Please see the README on GitHub at category: XML homepage: https://github.com/kawu/polysoup#readme bug-reports: https://github.com/kawu/polysoup/issues author: Jakub Waszczuk maintainer: waszczuk.kuba@gmail.com copyright: 2012-2019 IPI PAN, Jakub Waszczuk license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md source-repository head type: git location: https://github.com/kawu/polysoup library exposed-modules: Text.XML.PolySoup other-modules: Paths_polysoup hs-source-dirs: src build-depends: base >=4.7 && <5 , polyparse >=1.9 && <1.13 , tagsoup >=0.13 && <0.15 default-language: Haskell2010