cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.6. -- -- see: https://github.com/sol/hpack -- -- hash: b88a48e2199439b1aeada5db8133a1e077ca1ce93617bb8bab40b48182d1ca1e name: html-parse-util version: 0.2.2 synopsis: Utility functions for working with html-parse description: See README.md category: Text, XML homepage: https://github.com/slotThe/html-parse-util#readme bug-reports: https://github.com/slotThe/html-parse-util/issues author: Neil Mitchell (TagSoup), Tony Zorman (port to html-parse) maintainer: soliditsallgood@mailbox.org copyright: 2006–2019 Neil Mitchell, 2020–2022 Tony Zorman license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md cabal.project source-repository head type: git location: https://github.com/slotThe/html-parse-util library exposed-modules: Text.HTML.Parser.Util other-modules: Paths_html_parse_util hs-source-dirs: lib default-extensions: OverloadedStrings LambdaCase ghc-options: -Weverything -Wno-implicit-prelude -Wno-missing-import-lists -Wno-unused-packages -Wno-missing-safe-haskell-mode -Wno-all-missed-specialisations -Wno-unsafe -Wno-prepositive-qualified-module build-depends: attoparsec >=0.13 && <0.15 , base >=4.7 && <5 , html-parse >=0.2.0.2 && <0.3 , text ==1.2.* default-language: Haskell2010