We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0540247 commit aff453fCopy full SHA for aff453f
CHANGELOG.md
@@ -2,9 +2,16 @@
2
3
## HEAD
4
5
+## 3.2.0
6
+
7
### Added
8
9
* Text.XML.Soap module with XmlEnvelope stuff in it.
10
+* GHC 9 compatibility.
11
12
+### Removed
13
14
+* Old stackage files.
15
16
## 3.1.0
17
dom-parser.cabal
@@ -1,5 +1,5 @@
1
name: dom-parser
-version: 3.1.0
+version: 3.2.0
synopsis: Simple monadic DOM parser
license: MIT
license-file: LICENSE
ghc-963.yaml
@@ -1,9 +1,7 @@
resolver: lts-22.6
extra-deps:
-# - xml-conduit-writer-0.1.1.4
- - git: https://github.com/typeable/xml-conduit-writer.git
- commit: fd202f1749e1ed28fbd9143f49c3c01ab6ef563d
+ - xml-conduit-writer-0.1.1.5
nix:
packages: [zlib]
0 commit comments