hspec-junit-formatter 1.0.0.2 → 1.0.0.4
raw patch · 2 files changed
+21/−13 lines, 2 filesdep ~conduitdep ~directorydep ~exceptions
Dependency ranges changed: conduit, directory, exceptions, hashable, hspec, hspec-core, resourcet, temporary, text, xml-conduit, xml-types
Files
- CHANGELOG.md +9/−1
- hspec-junit-formatter.cabal +12/−12
CHANGELOG.md view
@@ -1,6 +1,14 @@-## [_Unreleased_](https://github.com/freckle/hspec-junit-formatter/compare/v1.0.0.2...main)+## [_Unreleased_](https://github.com/freckle/hspec-junit-formatter/compare/v1.0.0.4...main) None++## [v1.0.0.4](https://github.com/freckle/hspec-junit-formatter/compare/v1.0.0.3...v1.0.0.4)++- Bring `base` bound back in to fix release++## [v1.0.0.3](https://github.com/freckle/hspec-junit-formatter/compare/v1.0.0.2...v1.0.0.3)++- Remove dependencies upper bounds ## [v1.0.0.2](https://github.com/freckle/hspec-junit-formatter/compare/v1.0.0.1...v1.0.0.2)
hspec-junit-formatter.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name: hspec-junit-formatter-version: 1.0.0.2+version: 1.0.0.4 license: MIT license-file: LICENSE copyright: 2021 Renaissance Learning Inc@@ -43,14 +43,14 @@ build-depends: base >=4.14.1.0 && <5,- conduit >=1.3.4.1 && <1.4,- directory >=1.3.6.0 && <1.4,- exceptions >=0.10.4 && <0.11,- hashable >=1.3.0.0 && <1.4,- hspec >=2.7.8 && <2.8,- hspec-core >=2.7.8 && <2.8,- resourcet >=1.2.4.2 && <1.3,- temporary ==1.3.*,- text >=1.2.4.1 && <1.3,- xml-conduit >=1.9.1.0 && <1.10,- xml-types >=0.3.8 && <0.4+ conduit >=1.3.4.1,+ directory >=1.3.6.0,+ exceptions >=0.10.4,+ hashable >=1.3.0.0,+ hspec >=2.7.8,+ hspec-core >=2.7.8,+ resourcet >=1.2.4.2,+ temporary >=1.3,+ text >=1.2.4.1,+ xml-conduit >=1.9.1.0,+ xml-types >=0.3.8