junit-xml 0.1.0.3 → 0.1.0.4
raw patch · 3 files changed
+9/−5 lines, 3 filesdep ~xml-conduitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: xml-conduit
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- LICENSE +1/−1
- junit-xml.cabal +4/−4
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.1.0.4++- Expand version bounds to include xml-conduit 1.10.+ # 0.1.0.3 - Expand version bounds to include tasty 1.5.
LICENSE view
@@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2023, Jasper Woudenberg+Copyright (c) 2025, Jasper Woudenberg All rights reserved. Redistribution and use in source and binary forms, with or without
junit-xml.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.18 --- This file has been generated from package.yaml by hpack version 0.35.2.+-- This file has been generated from package.yaml by hpack version 0.36.1. -- -- see: https://github.com/sol/hpack name: junit-xml-version: 0.1.0.3+version: 0.1.0.4 synopsis: Producing JUnit-style XML test reports. description: Please see the README at <https://github.com/jwoudenberg/junit-xml>. category: Web@@ -13,7 +13,7 @@ bug-reports: https://github.com/jwoudenberg/junit-xml/issues author: Jasper Woudenberg maintainer: mail@jasperwoudenberg.com-copyright: 2023 Jasper Woudenberg+copyright: 2025 Jasper Woudenberg license: BSD3 license-file: LICENSE build-type: Simple@@ -37,7 +37,7 @@ build-depends: base >=4.10.1.0 && <5 , text- , xml-conduit >=1.5.0 && <1.10+ , xml-conduit >=1.5.0 && <1.11 default-language: Haskell2010 test-suite spec