bcp47 0.2.0.1 → 0.2.0.2
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~doctestPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: doctest
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−1
- bcp47.cabal +2/−2
ChangeLog.md view
@@ -1,6 +1,10 @@-## [*Unreleased*](https://github.com/freckle/bcp47/compare/bcp47-v0.2.0.1...main)+## [*Unreleased*](https://github.com/freckle/bcp47/compare/bcp47-v0.2.0.2...main) None++## [v0.2.0.2](https://github.com/freckle/bcp47/compare/bcp47-v0.2.0.1...bcp47-v0.2.0.2)++- Relax bounds ## [v0.2.0.1](https://github.com/freckle/bcp47/compare/bcp47-v0.2.0.0...bcp47-v0.2.0.1)
bcp47.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name: bcp47-version: 0.2.0.1+version: 0.2.0.2 license: MIT license-file: LICENSE copyright: 2019 Freckle Education@@ -78,7 +78,7 @@ default-language: Haskell2010 build-depends: base >=4.7 && <5,- doctest >=0.16.3 && <0.17+ doctest >=0.16.3 && <0.19 test-suite spec type: exitcode-stdio-1.0