hspec-expectations-json 1.0.0.1 → 1.0.0.2
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~aesondep ~text
Dependency ranges changed: aeson, text
Files
- CHANGELOG.md +5/−1
- hspec-expectations-json.cabal +3/−3
CHANGELOG.md view
@@ -1,6 +1,10 @@-## [*Unreleased*](https://github.com/freckle/hspec-expectations-json/compare/v1.0.0.1...master)+## [*Unreleased*](https://github.com/freckle/hspec-expectations-json/compare/v1.0.0.2...master) None++## [v1.0.0.2](https://github.com/freckle/hspec-expectations-json/compare/v1.0.0.1...v1.0.0.2)++- Add explicit and relaxed `aeson` and `text` bounds ## [v1.0.0.1](https://github.com/freckle/hspec-expectations-json/compare/v1.0.0.0...v1.0.0.1)
hspec-expectations-json.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: hspec-expectations-json-version: 1.0.0.1+version: 1.0.0.2 license: MIT license-file: LICENSE copyright: 2020 Freckle Education@@ -59,11 +59,11 @@ build-depends: Diff >=0.4.0 && <0.5, HUnit >=1.6.1.0 && <1.7,- aeson >=1.4.7.1 && <1.5,+ aeson >=1.4.7.1 && <1.6, aeson-pretty >=0.8.8 && <0.9, base >=4.11 && <4.15, scientific >=0.3.6.2 && <0.4,- text >=1.2.4.0 && <1.3,+ text >1.2 && <1.4, unordered-containers >=0.2.10.0 && <0.3, vector >=0.12.1.2 && <0.13