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: e27b16d88897e222959501e9a60289ec0aeba14c6cfa00570177857baff12b83 name: polysoup version: 0.2.2 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.14 , tagsoup >=0.13 && <0.15 default-language: Haskell2010