packages feed

hspec-junit-formatter 1.0.0.1 → 1.0.0.2

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~basenew-uploader

Dependency ranges changed: base

Files

CHANGELOG.md view
@@ -1,6 +1,10 @@-## [_Unreleased_](https://github.com/freckle/hspec-junit-formatter/compare/v1.0.0.1...main)+## [_Unreleased_](https://github.com/freckle/hspec-junit-formatter/compare/v1.0.0.2...main)  None++## [v1.0.0.2](https://github.com/freckle/hspec-junit-formatter/compare/v1.0.0.1...v1.0.0.2)++- Less restrictive upper bound on `base`  ## [v1.0.0.1](https://github.com/freckle/hspec-junit-formatter/compare/v1.0.0.0...v1.0.0.1) 
hspec-junit-formatter.cabal view
@@ -1,6 +1,6 @@ cabal-version:      1.12 name:               hspec-junit-formatter-version:            1.0.0.1+version:            1.0.0.2 license:            MIT license-file:       LICENSE copyright:          2021 Renaissance Learning Inc@@ -42,7 +42,7 @@         TypeApplications TypeFamilies      build-depends:-        base >=4.14.1.0 && <4.15,+        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,