text-all 0.3.0.1 → 0.3.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~text-showPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text-show
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- text-all.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.3.0.2++* Bumped the text-show upper bound.+ # 0.3.0.1 * Bumped the text-show upper bound.
text-all.cabal view
@@ -1,5 +1,5 @@ name: text-all-version: 0.3.0.1+version: 0.3.0.2 synopsis: Everything Data.Text related in one package description: Everything @Data.Text@-related in one package.@@ -29,7 +29,7 @@ -- other-extensions: build-depends: base >=4.5 && <5 , text ==1.2.2.*- , text-show >=3.2 && <3.4+ , text-show >=3.2 && <3.5 , text-format ==0.3.1.* ghc-options: -Wall -fno-warn-unused-do-bind hs-source-dirs: lib