Skip to content

Commit aff453f

Browse files
Version 3.2.0
1 parent 0540247 commit aff453f

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22

33
## HEAD
44

5+
## 3.2.0
6+
57
### Added
68

79
* Text.XML.Soap module with XmlEnvelope stuff in it.
10+
* GHC 9 compatibility.
11+
12+
### Removed
13+
14+
* Old stackage files.
815

916
## 3.1.0
1017

dom-parser.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dom-parser
2-
version: 3.1.0
2+
version: 3.2.0
33
synopsis: Simple monadic DOM parser
44
license: MIT
55
license-file: LICENSE

ghc-963.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
resolver: lts-22.6
22

33
extra-deps:
4-
# - xml-conduit-writer-0.1.1.4
5-
- git: https://github.com/typeable/xml-conduit-writer.git
6-
commit: fd202f1749e1ed28fbd9143f49c3c01ab6ef563d
4+
- xml-conduit-writer-0.1.1.5
75

86
nix:
97
packages: [zlib]

0 commit comments

Comments
 (0)