Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- windows-latest
resolver:
- nightly
- lts-24
- lts-23
- lts-22
- lts-20
Expand Down
2 changes: 1 addition & 1 deletion xml-conduit/src/Text/XML/Stream/Render/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ nubAttrs orig =

-- | Wrap the given stream in an 'EventBeginDocument'/'EventEndDocument' pair.
--
-- @since TODO
-- @since 1.10.1.0
document :: (Monad m) => ConduitT i Event m () -> ConduitT i Event m ()
document content' = do
yield EventBeginDocument
Expand Down
4 changes: 2 additions & 2 deletions xml-conduit/xml-conduit.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 1.14

name: xml-conduit
version: 1.10.0.1
version: 1.10.1.0
license: MIT
license-file: LICENSE
author: Michael Snoyman <[email protected]>, Aristid Breitkreuz <[email protected]>
Expand All @@ -14,7 +14,7 @@ build-type: Custom
homepage: http://github.com/snoyberg/xml
extra-source-files: README.md
ChangeLog.md
tested-with: GHC >=8.0 && <9.10
tested-with: GHC >=8.0 && <9.12

custom-setup
setup-depends: base >= 4 && <5, Cabal <4, cabal-doctest >= 1 && <1.1
Expand Down