-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.yaml
More file actions
38 lines (33 loc) · 1.05 KB
/
package.yaml
File metadata and controls
38 lines (33 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: html-parse-util
version: 0.2.2
github: slotThe/html-parse-util
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
license: BSD3
author: Neil Mitchell (TagSoup), Tony Zorman (port to html-parse)
maintainer: soliditsallgood@mailbox.org
copyright: 2006–2019 Neil Mitchell,
2020–2022 Tony Zorman
extra-source-files:
- README.md
- CHANGELOG.md
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
dependencies:
- base >= 4.7 && < 5
- text >= 1.2 && < 1.3
- html-parse >= 0.2.0.2 && < 0.3
- attoparsec >= 0.13 && < 0.15
library:
source-dirs: lib