packages feed

html-parse-util-0.2.0: html-parse-util.cabal

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: 4509b87ce78b0d31cd8627a9f17a0d7e344fa10333c6ce49efc2dedc47d264d3

name:           html-parse-util
version:        0.2.0
synopsis:       Utility functions for working with html-parse
description:    See README.md <https://gitlab.com/slotThe/html-parse-utils/-/blob/master/README.md here>
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

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