hspec-junit-formatter 1.1.2.0 → 1.1.2.1
raw patch · 2 files changed
+25/−21 lines, 2 filesdep ~arraydep ~basedep ~conduit
Dependency ranges changed: array, base, conduit, containers, directory, exceptions, filepath, markdown-unlit, regex-tdfa, text, time, xml-conduit, xml-types
Files
- CHANGELOG.md +5/−1
- hspec-junit-formatter.cabal +20/−20
CHANGELOG.md view
@@ -1,4 +1,8 @@-## [_Unreleased_](https://github.com/freckle/hspec-junit-formatter/compare/v1.1.2.0...main)+## [_Unreleased_](https://github.com/freckle/hspec-junit-formatter/compare/v1.1.2.1...main)++## [v1.1.2.1](https://github.com/freckle/hspec-junit-formatter/compare/v1.1.2.0...v1.1.2.1)++Relax version bounds ## [v1.1.2.0](https://github.com/freckle/hspec-junit-formatter/compare/v1.1.1.0...v1.1.2.0)
hspec-junit-formatter.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: hspec-junit-formatter-version: 1.1.2.0+version: 1.1.2.1 license: MIT license-file: LICENSE copyright: 2021 Renaissance Learning Inc@@ -58,22 +58,22 @@ -Wno-monomorphism-restriction -Wno-safe -Wno-unsafe build-depends:- array >=0.5.4.0,- base >=4.16.4.0 && <5,- conduit >=1.3.5,- containers >=0.6.5.1,- directory >=1.3.6.2,- exceptions >=0.10.4,- filepath >=1.4.2.2,+ array >=0.5.2.0,+ base >=4.11.1.0 && <5,+ conduit >=1.3.1,+ containers >=0.5.11.0,+ directory >=1.3.1.5,+ exceptions >=0.10.0,+ filepath >=1.4.2, hspec-api >=2.10.0, hspec-core >=2.10.0, iso8601-time >=0.1.5, regex-base >=0.94.0.2,- regex-tdfa >=1.3.2.1,- text >=1.2.5.0,- time >=1.11.1.1,- xml-conduit >=1.9.1.2,- xml-types >=0.3.8+ regex-tdfa >=1.3.2.2,+ text >=1.2.3.1,+ time >=1.8.0.2,+ xml-conduit >=1.8.0.1,+ xml-types >=0.3.6 if impl(ghc >=9.2) ghc-options: -Wno-missing-kind-signatures@@ -107,10 +107,10 @@ markdown-unlit build-depends:- base >=4.16.4.0 && <5,+ base >=4.11.1.0 && <5, hspec >=2.10.0, hspec-junit-formatter,- markdown-unlit >=0.5.1+ markdown-unlit >=0.5.0 if impl(ghc >=9.2) ghc-options: -Wno-missing-kind-signatures@@ -151,15 +151,15 @@ -rtsopts -O0 -with-rtsopts=-N build-depends:- base >=4.16.4.0 && <5,- containers >=0.6.5.1,- filepath >=1.4.2.2,+ base >=4.11.1.0 && <5,+ containers >=0.5.11.0,+ filepath >=1.4.2, hspec >=2.10.0, hspec-golden >=0.2.1.0, hspec-junit-formatter, temporary >=1.3,- text >=1.2.5.0,- xml-conduit >=1.9.1.2+ text >=1.2.3.1,+ xml-conduit >=1.8.0.1 if impl(ghc >=9.2) ghc-options: -Wno-missing-kind-signatures